summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-02-27 08:09:46 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-02-27 08:09:46 (GMT)
commite1569e550c291b930df8bf31fdb60985add22ac7 (patch)
treef4ba448f3d73cb51442c30310baeaf8c59c4cb37 /Misc
parent28050255cca492295df75b9649dddd4d95a0940c (diff)
parente601fb06919580849a19c972a81892d52be6034f (diff)
downloadcpython-e1569e550c291b930df8bf31fdb60985add22ac7.zip
cpython-e1569e550c291b930df8bf31fdb60985add22ac7.tar.gz
cpython-e1569e550c291b930df8bf31fdb60985add22ac7.tar.bz2
#17304: 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 60dda93..ce46afc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -893,6 +893,9 @@ Tests
- Issue #16836: Enable IPv6 support even if IPv6 is disabled on the build host.
+- Issue #17304: test_hash now works with unittest test discovery.
+ Patch by Zachary Ware.
+
- Issue #17303: test_future* now work with unittest test discovery.
Patch by Zachary Ware.