diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-01-10 05:46:29 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-01-10 05:46:29 (GMT) |
commit | 5b1acc0dff9b242cc6e5f7c7aa1a19f361f98004 (patch) | |
tree | 780c90cc38575904d739069ad11c3b04db4b756c /Misc | |
parent | 47b988609f5669ed2788a3c5c6004b13a3c2cff0 (diff) | |
parent | 0dceb560b6b7bfc0a2e11d3a6c27f0a7c7e2e619 (diff) | |
download | cpython-5b1acc0dff9b242cc6e5f7c7aa1a19f361f98004.zip cpython-5b1acc0dff9b242cc6e5f7c7aa1a19f361f98004.tar.gz cpython-5b1acc0dff9b242cc6e5f7c7aa1a19f361f98004.tar.bz2 |
#16910: merge with 3.3.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -614,6 +614,9 @@ Tests - Issue #16836: Enable IPv6 support even if IPv6 is disabled on the build host. +- Issue #16910: test_bytes, test_unicode, and test_userstring now work with + unittest test discovery. Patch by Zachary Ware. + - Issue #16905: test_warnings now works with unittest test discovery. Initial patch by Berker Peksag. |