summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-09-29 17:52:45 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-09-29 17:52:45 (GMT)
commit860aee75b83f8d026999682b7565e271c05433a4 (patch)
tree5f18c04d859e0de5ce69e0d3b57c023682292142 /Misc
parent5176337bf597fd13491ae079756cc94aa10c9d3c (diff)
downloadcpython-860aee75b83f8d026999682b7565e271c05433a4.zip
cpython-860aee75b83f8d026999682b7565e271c05433a4.tar.gz
cpython-860aee75b83f8d026999682b7565e271c05433a4.tar.bz2
Properly initialize all fields of a SSL object after allocation.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6a4c05e..63601d8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -71,6 +71,8 @@ Core and Builtins
Library
-------
+- Properly initialize all fields of a SSL object after allocation.
+
- Issue #4366: Fix building extensions on all platforms when --enable-shared
is used.