commit | 2659140a5d0fbace2826320c0c3130e356c3c94b | [log] [tgz] |
---|---|---|
author | Charles-François Natali <neologix@free.fr> | Thu Jul 14 19:49:02 2011 +0200 |
committer | Charles-François Natali <neologix@free.fr> | Thu Jul 14 19:49:02 2011 +0200 |
tree | 75f11495eb06593a22ca7f398fc3bd5395acf7c2 | |
parent | b30ac940db4ef062ea708d1e60a59931e2514a6f [diff] [blame] |
Issue #12502: asyncore: fix polling loop with AF_UNIX sockets.
diff --git a/Misc/NEWS b/Misc/NEWS index 7271ef9..4f1f1cf 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -30,6 +30,8 @@ Library ------- +- Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. + - Issue #4376: ctypes now supports nested structures in a endian different than the parent structure. Patch by Vlad Riscutia.