summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-01-11 03:20:01 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-01-11 03:20:01 (GMT)
commit45d5de15008d53e4dd1018303f3e9ad56e43934f (patch)
treeb8dd21d66192eb6af3098d364df8339dd84ab70d /Misc
parentedb0e5eb2c012f02ab3d7dbb968e7647b581a9ca (diff)
parent90bbbd11648e8d64013369a595b982788fa89819 (diff)
downloadcpython-45d5de15008d53e4dd1018303f3e9ad56e43934f.zip
cpython-45d5de15008d53e4dd1018303f3e9ad56e43934f.tar.gz
cpython-45d5de15008d53e4dd1018303f3e9ad56e43934f.tar.bz2
#16919: merge with 3.3.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5d49d0f..bf6ab72 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -620,6 +620,9 @@ Tests
- Issue #16836: Enable IPv6 support even if IPv6 is disabled on the build host.
+- Issue #16919: test_crypt now works with unittest test discovery.
+ Patch by Zachary Ware.
+
- Issue #16910: test_bytes, test_unicode, and test_userstring now work with
unittest test discovery. Patch by Zachary Ware.