]> granicus.if.org Git - python/commitdiff
#17334: merge with 3.3.
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 2 Mar 2013 12:48:01 +0000 (14:48 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 2 Mar 2013 12:48:01 +0000 (14:48 +0200)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index eac45d309d6a7cb44f4dd21bb680377da13fd7ec,983c1cccbb9a81aca6ff0e05539046fd6ebfdb37..a8392d5ad0305fcbcaf79e1baebcb8c9cdb35f5a
+++ b/Misc/NEWS
@@@ -897,8 -644,9 +897,11 @@@ Test
  
  - Issue #15539: Added regression tests for Tools/scripts/pindent.py.
  
 +- 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.