summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorCharles-François Natali <neologix@free.fr>2011-07-14 17:57:35 (GMT)
committerCharles-François Natali <neologix@free.fr>2011-07-14 17:57:35 (GMT)
commit1f0ccfa853dcc68d3c2d5b92d22fa0c8e1321b63 (patch)
treec2ea730702afc000ccbce1c804b92e3e23bc68f6 /Misc/NEWS
parenteef80b6e70f9fe2a1120a611ebc0889e6936eb16 (diff)
downloadcpython-1f0ccfa853dcc68d3c2d5b92d22fa0c8e1321b63.zip
cpython-1f0ccfa853dcc68d3c2d5b92d22fa0c8e1321b63.tar.gz
cpython-1f0ccfa853dcc68d3c2d5b92d22fa0c8e1321b63.tar.bz2
Merge - Issue #12502: asyncore: fix polling loop with AF_UNIX sockets.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6bb9f9f..18ee9d3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,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.