summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-03-02 12:48:01 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-03-02 12:48:01 (GMT)
commitee71f4a8a435eadef176b9a651d5245d7be03e51 (patch)
tree39eade9b065663fa53370ba39bf1f5b31aa4e50f /Misc
parent5c67e22145d55e10805a702c8ca0d72298b29b3d (diff)
parentbce9a5d5cd783e116fe404c438cb08fc391be111 (diff)
downloadcpython-ee71f4a8a435eadef176b9a651d5245d7be03e51.zip
cpython-ee71f4a8a435eadef176b9a651d5245d7be03e51.tar.gz
cpython-ee71f4a8a435eadef176b9a651d5245d7be03e51.tar.bz2
#17334: 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 eac45d3..a8392d5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -899,6 +899,9 @@ Tests
- Issue #16836: Enable IPv6 support even if IPv6 is disabled on the build host.
+- Issue #17334: test_index now works with unittest test discovery.
+ Patch by Zachary Ware.
+
- Issue #17333: test_imaplib now works with unittest test discovery.
Patch by Zachary Ware.