commit | e78cbecaf1770625705a49c6a67370cdb1de0219 | [log] [tgz] |
---|---|---|
author | Charles-François Natali <neologix@free.fr> | Wed Aug 24 23:24:05 2011 +0200 |
committer | Charles-François Natali <neologix@free.fr> | Wed Aug 24 23:24:05 2011 +0200 |
tree | e4357d81c431a41d64d47896dde682d4dcbe0de6 | |
parent | e9e95ae93d6b935a271fb047005b7785f5d620b1 [diff] [blame] |
Issue #12656: Add tests for IPv6 and Unix sockets to test_asyncore.
diff --git a/Misc/NEWS b/Misc/NEWS index 4b5a9a6..642f8be 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -1221,6 +1221,8 @@ Tests ----- +- Issue #12656: Add tests for IPv6 and Unix sockets to test_asyncore. + - Issue #6484: Add unit tests for mailcap module (patch by Gregory Nofi) - Issue #11651: Improve the Makefile test targets to run more of the test suite