diff options
author | Charles-François Natali <neologix@free.fr> | 2011-07-14 18:00:49 (GMT) |
---|---|---|
committer | Charles-François Natali <neologix@free.fr> | 2011-07-14 18:00:49 (GMT) |
commit | f64f9e9ec1f8f39dd8c889368ecaad0e198efcb6 (patch) | |
tree | 7b843e92fc022ee1c0009a3ecefe69f6f746aba0 /Misc/NEWS | |
parent | b6ffa7980f2f0fe27efa6cd0e80e511f6bfb00e0 (diff) | |
download | cpython-f64f9e9ec1f8f39dd8c889368ecaad0e198efcb6.zip cpython-f64f9e9ec1f8f39dd8c889368ecaad0e198efcb6.tar.gz cpython-f64f9e9ec1f8f39dd8c889368ecaad0e198efcb6.tar.bz2 |
Merge - 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
@@ -225,6 +225,8 @@ Core and Builtins 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. |