diff options
author | Georg Brandl <georg@python.org> | 2010-08-01 21:16:54 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-08-01 21:16:54 (GMT) |
commit | bd9c6d097ec98661adfd337b1a9ded640bc28c8e (patch) | |
tree | f2c9c14479c4608d6622a09976c522f5e3c910b1 /Misc | |
parent | 77925b067d2654f852d027f2d23760d639dd9422 (diff) | |
download | cpython-bd9c6d097ec98661adfd337b1a9ded640bc28c8e.zip cpython-bd9c6d097ec98661adfd337b1a9ded640bc28c8e.tar.gz cpython-bd9c6d097ec98661adfd337b1a9ded640bc28c8e.tar.bz2 |
Merged revisions 83201 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k
........
r83201 | georg.brandl | 2010-07-28 10:19:35 +0200 (Mi, 28 Jul 2010) | 1 line
#9354: Provide getsockopt() in asyncore file_wrapper(). Patch by Lukas Langa.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -426,6 +426,7 @@ Hannu Krosing Andrew Kuchling Vladimir Kushnir Cameron Laird +Ćukasz Langa Tino Lange Andrew Langmead Detlef Lannert @@ -127,6 +127,8 @@ Library - Issue #1690103: Fix initial namespace for code run with trace.main(). +- Issue #9354: Provide getsockopt() in asyncore's file_wrapper. + - Issue #9448: Fix a leak of OS resources (mutexes or semaphores) when re-initializing a buffered IO object by calling its ``__init__`` method. |