summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-01-10 05:46:29 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-01-10 05:46:29 (GMT)
commit5b1acc0dff9b242cc6e5f7c7aa1a19f361f98004 (patch)
tree780c90cc38575904d739069ad11c3b04db4b756c /Misc
parent47b988609f5669ed2788a3c5c6004b13a3c2cff0 (diff)
parent0dceb560b6b7bfc0a2e11d3a6c27f0a7c7e2e619 (diff)
downloadcpython-5b1acc0dff9b242cc6e5f7c7aa1a19f361f98004.zip
cpython-5b1acc0dff9b242cc6e5f7c7aa1a19f361f98004.tar.gz
cpython-5b1acc0dff9b242cc6e5f7c7aa1a19f361f98004.tar.bz2
#16910: 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 76ae11e..926a15b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.