summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-03-12 05:50:53 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-03-12 05:50:53 (GMT)
commit0ce306abf3b7eb0283f885d6c4427be6745fc969 (patch)
tree491502d8a29aebcc24e493d76fcb160dc16b631d /Misc
parent8e7586bd44cf2a117228bb8d2b2de52ae1e88fab (diff)
parent0fb37ea34d260d817520578057ab79dc97f780ff (diff)
downloadcpython-0ce306abf3b7eb0283f885d6c4427be6745fc969.zip
cpython-0ce306abf3b7eb0283f885d6c4427be6745fc969.tar.gz
cpython-0ce306abf3b7eb0283f885d6c4427be6745fc969.tar.bz2
#17066: 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 607ad5e..b062c6c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -934,6 +934,9 @@ Tests
- Issue #16836: Enable IPv6 support even if IPv6 is disabled on the build host.
+- Issue #17066: test_robotparser now works with unittest test discovery.
+ Patch by Zachary Ware.
+
- Issue #17334: test_index now works with unittest test discovery.
Patch by Zachary Ware.