commit | f64f9e9ec1f8f39dd8c889368ecaad0e198efcb6 | [log] [tgz] |
---|---|---|
author | Charles-François Natali <neologix@free.fr> | Thu Jul 14 20:00:49 2011 +0200 |
committer | Charles-François Natali <neologix@free.fr> | Thu Jul 14 20:00:49 2011 +0200 |
tree | 7b843e92fc022ee1c0009a3ecefe69f6f746aba0 | |
parent | b6ffa7980f2f0fe27efa6cd0e80e511f6bfb00e0 [diff] [blame] |
Merge - Issue #12502: asyncore: fix polling loop with AF_UNIX sockets.
diff --git a/Misc/NEWS b/Misc/NEWS index a206a17..18c79a0 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -225,6 +225,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.