summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-01-11 03:18:45 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-01-11 03:18:45 (GMT)
commit90bbbd11648e8d64013369a595b982788fa89819 (patch)
treedc0c14b41731d1ce9e3b1845ef9858f442d99349 /Misc/NEWS
parentd394455aaebaebe98732ebe4d66c9a28acc1139e (diff)
downloadcpython-90bbbd11648e8d64013369a595b982788fa89819.zip
cpython-90bbbd11648e8d64013369a595b982788fa89819.tar.gz
cpython-90bbbd11648e8d64013369a595b982788fa89819.tar.bz2
#16919: test_crypt now works with unittest test discovery. Patch by Zachary Ware.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1ed665a..7360af4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -421,6 +421,9 @@ Library
Tests
-----
+- 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.