summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2007-07-27 18:28:22 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2007-07-27 18:28:22 (GMT)
commitf25e35b9ec2bb87833108c5bb615113a93894dce (patch)
tree762243a7b55d327261b43be53d7d9981de8687c0 /Misc
parentec2ce9bbaeb9d21fe0390fea7dca8e04be526a23 (diff)
downloadcpython-f25e35b9ec2bb87833108c5bb615113a93894dce.zip
cpython-f25e35b9ec2bb87833108c5bb615113a93894dce.tar.gz
cpython-f25e35b9ec2bb87833108c5bb615113a93894dce.tar.bz2
Bug #978833: Close https sockets by releasing the _ssl object.
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 578c2c0..4764daf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -238,6 +238,8 @@ Core and builtins
Library
-------
+- Bug #978833: Close https sockets by releasing the _ssl object.
+
- Change location of the package index to pypi.python.org/pypi
- Bug #1701409: Fix a segfault in printing ctypes.c_char_p and