diff options
author | Charles-François Natali <neologix@free.fr> | 2011-08-24 21:24:05 (GMT) |
---|---|---|
committer | Charles-François Natali <neologix@free.fr> | 2011-08-24 21:24:05 (GMT) |
commit | e78cbecaf1770625705a49c6a67370cdb1de0219 (patch) | |
tree | e4357d81c431a41d64d47896dde682d4dcbe0de6 /Misc/NEWS | |
parent | e9e95ae93d6b935a271fb047005b7785f5d620b1 (diff) | |
download | cpython-e78cbecaf1770625705a49c6a67370cdb1de0219.zip cpython-e78cbecaf1770625705a49c6a67370cdb1de0219.tar.gz cpython-e78cbecaf1770625705a49c6a67370cdb1de0219.tar.bz2 |
Issue #12656: Add tests for IPv6 and Unix sockets to test_asyncore.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1221,6 +1221,8 @@ Extension Modules 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 |