summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-06-25 00:13:19 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-06-25 00:13:19 (GMT)
commit4b261d20735b4c868f5efe6b18aaaf747fdbe982 (patch)
tree643db40155c79a4805d22538f27c16a3c97388d8 /Misc/NEWS
parenteb8e851c1ddd10ad4531e52cef52bc4494b3e7fe (diff)
downloadcpython-4b261d20735b4c868f5efe6b18aaaf747fdbe982.zip
cpython-4b261d20735b4c868f5efe6b18aaaf747fdbe982.tar.gz
cpython-4b261d20735b4c868f5efe6b18aaaf747fdbe982.tar.bz2
Merged revisions 82211 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r82211 | antoine.pitrou | 2010-06-25 02:07:34 +0200 (ven., 25 juin 2010) | 10 lines 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 0a1dffd..da04708 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -72,6 +72,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.