summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-06-25 00:07:34 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-06-25 00:07:34 (GMT)
commit6186bfb735c90c22035d8b29a0e97ae39bd12d5b (patch)
treea6c7a2513e854a7f52979b930f911d41c3c391f1 /Misc/NEWS
parent25e8ec47244b405083b5fe7b353560666cabff44 (diff)
downloadcpython-6186bfb735c90c22035d8b29a0e97ae39bd12d5b.zip
cpython-6186bfb735c90c22035d8b29a0e97ae39bd12d5b.tar.gz
cpython-6186bfb735c90c22035d8b29a0e97ae39bd12d5b.tar.bz2
Merged revisions 82210 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r82210 | antoine.pitrou | 2010-06-25 02:03:21 +0200 (ven., 25 juin 2010) | 4 lines Issue #9075: In the ssl module, remove the setting of a `debug` flag on an OpenSSL structure. ........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1073cd6..b099046 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -454,6 +454,9 @@ C-API
Library
-------
+- Issue #9075: In the ssl module, remove the setting of a ``debug`` flag
+ on an OpenSSL structure.
+
- Issue #8682: The ssl module now temporary increments the reference count of
a socket object got through ``PyWeakref_GetObject``, so as to avoid possible
deallocation while the object is still being used.