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.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index f40c24c..3c51288 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -127,6 +127,8 @@
- 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.