]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#17333: merge with 3.3.
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 2 Mar 2013 12:33:05 +0000 (14:33 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 2 Mar 2013 12:33:05 +0000 (14:33 +0200)
1  2 
Lib/test/test_imaplib.py
Misc/NEWS

Simple merge
diff --cc Misc/NEWS
index 82030c98e77841881de42c5afecbf7aab8d70b33,83c38ec92a927efc142d5178cdea3922e10e9525..eac45d309d6a7cb44f4dd21bb680377da13fd7ec
+++ 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 #17333: test_imaplib now works with unittest test discovery.
+   Patch by Zachary Ware.
  - Issue #17082: test_dbm* now work with unittest test discovery.
    Patch by Zachary Ware.