summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-07-28 08:19:35 (GMT)
committerGeorg Brandl <georg@python.org>2010-07-28 08:19:35 (GMT)
commitcbb0ae4a428bae3f5c29a1f8974121bb195299ef (patch)
tree23b2d8b246b7dbaddf966dcf50ccbeca601fd173 /Misc/NEWS
parent8182b717dbedc5d864a2240e6ff9120ecb2607dc (diff)
downloadcpython-cbb0ae4a428bae3f5c29a1f8974121bb195299ef.zip
cpython-cbb0ae4a428bae3f5c29a1f8974121bb195299ef.tar.gz
cpython-cbb0ae4a428bae3f5c29a1f8974121bb195299ef.tar.bz2
#9354: Provide getsockopt() in asyncore file_wrapper(). Patch by Lukas Langa.
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 81ec74e..27b3260 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -475,6 +475,8 @@ C-API
Library
-------
+- Issue #9354: Provide getsockopt() in asyncore's file_wrapper.
+
- Issue #8966: ctypes: Remove implicit bytes-unicode conversion.
- Issue #9378: python -m pickle <pickle file> will now load and