diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-01-11 03:20:01 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-01-11 03:20:01 (GMT) |
commit | 45d5de15008d53e4dd1018303f3e9ad56e43934f (patch) | |
tree | b8dd21d66192eb6af3098d364df8339dd84ab70d /Misc | |
parent | edb0e5eb2c012f02ab3d7dbb968e7647b581a9ca (diff) | |
parent | 90bbbd11648e8d64013369a595b982788fa89819 (diff) | |
download | cpython-45d5de15008d53e4dd1018303f3e9ad56e43934f.zip cpython-45d5de15008d53e4dd1018303f3e9ad56e43934f.tar.gz cpython-45d5de15008d53e4dd1018303f3e9ad56e43934f.tar.bz2 |
#16919: merge with 3.3.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |