summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-05-25 13:22:20 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-05-25 13:22:20 (GMT)
commit89b49a9e30ce941fdbf3832bebaf5cfbff930675 (patch)
tree56876c0e8b8c5eb7ffffa10133e008b22cdd5a95 /Misc/NEWS
parenta924fc7abc2d8788a4a9fa2cbef2caa5c5992ebd (diff)
parent7df417d50a6c849987d745453fcf6d0786d41ca4 (diff)
downloadcpython-89b49a9e30ce941fdbf3832bebaf5cfbff930675.zip
cpython-89b49a9e30ce941fdbf3832bebaf5cfbff930675.tar.gz
cpython-89b49a9e30ce941fdbf3832bebaf5cfbff930675.tar.bz2
Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4970afd..83fbeb8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,8 @@ Core and Builtins
time issue noticeable when compiling code with a large number of "and"
and "or" operators.
+- Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok.
+
- Issue #21418: Fix a crash in the builtin function super() when called without
argument and without current frame (ex: embedded Python).