diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-03-12 05:50:53 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-03-12 05:50:53 (GMT) |
commit | 0ce306abf3b7eb0283f885d6c4427be6745fc969 (patch) | |
tree | 491502d8a29aebcc24e493d76fcb160dc16b631d /Misc | |
parent | 8e7586bd44cf2a117228bb8d2b2de52ae1e88fab (diff) | |
parent | 0fb37ea34d260d817520578057ab79dc97f780ff (diff) | |
download | cpython-0ce306abf3b7eb0283f885d6c4427be6745fc969.zip cpython-0ce306abf3b7eb0283f885d6c4427be6745fc969.tar.gz cpython-0ce306abf3b7eb0283f885d6c4427be6745fc969.tar.bz2 |
#17066: merge with 3.3.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |