]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#16905: merge with 3.3.
authorEzio Melotti <ezio.melotti@gmail.com>
Thu, 10 Jan 2013 04:53:34 +0000 (06:53 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Thu, 10 Jan 2013 04:53:34 +0000 (06:53 +0200)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 4938a4927694c0070928031d0fee35d0f3f52004,a70acd94051254cb18ecfbb224b06309cef12aab..76ae11ea50b88e967d773162f7d492a017496e53
+++ b/Misc/NEWS
@@@ -612,8 -408,9 +612,11 @@@ Extension Module
  Tests
  -----
  
 +- Issue #16836: Enable IPv6 support even if IPv6 is disabled on the build host.
 +
+ - Issue #16905: test_warnings now works with unittest test discovery.
+   Initial patch by Berker Peksag.
  - Issue #16898: test_bufio now works with unittest test discovery.
    Patch by Zachary Ware.