summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2013-12-29 01:36:18 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2013-12-29 01:36:18 (GMT)
commitb6fac245b5aaaf0b465c2f7f346c7f0ad82143f2 (patch)
tree8bae383d75406ec6ba918d6be961c6ff13b5e329 /Misc
parent3e86ba4e321d20931648d110e1be12643cb8ff04 (diff)
downloadcpython-b6fac245b5aaaf0b465c2f7f346c7f0ad82143f2.zip
cpython-b6fac245b5aaaf0b465c2f7f346c7f0ad82143f2.tar.gz
cpython-b6fac245b5aaaf0b465c2f7f346c7f0ad82143f2.tar.bz2
Backporing the fix from Issue #12692
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b7924cb..b6015af 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,9 @@ Core and Builtins
Library
-------
+- Issue #12692: Backport the fix for ResourceWarning in test_urllib2net. This
+ also helps in closing the socket when Connection Close header is not sent.
+
- Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl
module, rather than silently let them emit clear text data.