diff options
author | Georg Brandl <georg@python.org> | 2010-07-28 08:19:35 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-07-28 08:19:35 (GMT) |
commit | cbb0ae4a428bae3f5c29a1f8974121bb195299ef (patch) | |
tree | 23b2d8b246b7dbaddf966dcf50ccbeca601fd173 /Misc | |
parent | 8182b717dbedc5d864a2240e6ff9120ecb2607dc (diff) | |
download | cpython-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')
-rw-r--r-- | Misc/ACKS | 2 | ||||
-rw-r--r-- | Misc/NEWS | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -448,8 +448,8 @@ Andrew Kuchling Vladimir Kushnir Cameron Laird Torsten Landschoff -Tino Lange Ćukasz Langa +Tino Lange Andrew Langmead Detlef Lannert Soren Larsen @@ -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 |