diff options
author | Charles-François Natali <neologix@free.fr> | 2011-07-14 17:53:38 (GMT) |
---|---|---|
committer | Charles-François Natali <neologix@free.fr> | 2011-07-14 17:53:38 (GMT) |
commit | e22813067e4f62629a9c24947c29a55861fb05f1 (patch) | |
tree | 2f57fbd12d675bd086fde2327fc8e9c904892a60 /Misc/NEWS | |
parent | 778db49da9eeb23af4410f592165d7e46d4a285a (diff) | |
download | cpython-e22813067e4f62629a9c24947c29a55861fb05f1.zip cpython-e22813067e4f62629a9c24947c29a55861fb05f1.tar.gz cpython-e22813067e4f62629a9c24947c29a55861fb05f1.tar.bz2 |
Issue #12502: asyncore: fix polling loop with AF_UNIX sockets.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,8 @@ What's New in Python 3.1.4? Library ------- +- Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. + - Issue #12009: Fixed regression in netrc file comment handling. Extension Modules |