diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-01-11 04:02:07 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-01-11 04:02:07 (GMT) |
commit | 5d3dba0d27f524b705205f404806c2df7992e7c0 (patch) | |
tree | f6193946ca90c11f6538c223601f657519fb8c85 /Misc | |
parent | e0b87edd7f6a4893cd814186d8484a88a3649317 (diff) | |
download | cpython-5d3dba0d27f524b705205f404806c2df7992e7c0.zip cpython-5d3dba0d27f524b705205f404806c2df7992e7c0.tar.gz cpython-5d3dba0d27f524b705205f404806c2df7992e7c0.tar.bz2 |
#16918: test_codecs now works with unittest test discovery. Patch by Zachary Ware.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -421,6 +421,9 @@ Library Tests ----- +- Issue #16918: test_codecs now works with unittest test discovery. + Patch by Zachary Ware. + - Issue #16919: test_crypt now works with unittest test discovery. Patch by Zachary Ware. |