diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-12-01 11:10:12 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-12-01 11:10:12 (GMT) |
commit | 2205da43a6bb68b641d97fa7832b71c8a57efb77 (patch) | |
tree | d4430c58f2e61f4df8affc8ddcc713a2da805610 /Misc | |
parent | 988e2cfb2b679aa0d0835cf9f3db63210f3542d1 (diff) | |
parent | b491e0521fd6e1a2e6f3e6354a2a296c7c8a2915 (diff) | |
download | cpython-2205da43a6bb68b641d97fa7832b71c8a57efb77.zip cpython-2205da43a6bb68b641d97fa7832b71c8a57efb77.tar.gz cpython-2205da43a6bb68b641d97fa7832b71c8a57efb77.tar.bz2 |
Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails.
Original patch by Martin Panter.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -191,6 +191,9 @@ Core and Builtins Library ------- +- Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails. + Original patch by Martin Panter. + - Issue #22407: Deprecated the use of re.LOCALE flag with str patterns or re.ASCII. It was newer worked. |