commit | e22813067e4f62629a9c24947c29a55861fb05f1 | [log] [tgz] |
---|---|---|
author | Charles-François Natali <neologix@free.fr> | Thu Jul 14 19:53:38 2011 +0200 |
committer | Charles-François Natali <neologix@free.fr> | Thu Jul 14 19:53:38 2011 +0200 |
tree | 2f57fbd12d675bd086fde2327fc8e9c904892a60 | |
parent | 778db49da9eeb23af4410f592165d7e46d4a285a [diff] [blame] |
Issue #12502: asyncore: fix polling loop with AF_UNIX sockets.
diff --git a/Misc/NEWS b/Misc/NEWS index 1e98768..63d5c24 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -22,6 +22,8 @@ Library ------- +- Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. + - Issue #12009: Fixed regression in netrc file comment handling. Extension Modules