]> granicus.if.org Git - python/commitdiff
#17303: merge with 3.3.
authorEzio Melotti <ezio.melotti@gmail.com>
Wed, 27 Feb 2013 08:01:06 +0000 (10:01 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Wed, 27 Feb 2013 08:01:06 +0000 (10:01 +0200)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 8917b53a2a690a428956175ba894ae3746cea4f0,ef295b756e6a4771a9485c13f7ed4cfbd402988a..60dda936abcfa9077c3634f63b95c51aee3a868a
+++ b/Misc/NEWS
@@@ -891,8 -644,9 +891,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 #17303: test_future* now work with unittest test discovery.
+   Patch by Zachary Ware.
  - Issue #17163: test_file now works with unittest test discovery.
    Patch by Zachary Ware.