This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients barry, martin.panter, orsenthil, pitrou, python-dev, serhiy.storchaka
Date 2014-09-06.18:46:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3hr4TT2S4sz7Ljl@mail.python.org>
In-reply-to
Content
New changeset c1fb19907cc4 by Serhiy Storchaka in branch '3.4':
Issue #19524: Fixed resource leak in the HTTP connection when an invalid
http://hg.python.org/cpython/rev/c1fb19907cc4

New changeset 43bf95480c3c by Serhiy Storchaka in branch 'default':
Issue #19524: Fixed resource leak in the HTTP connection when an invalid
http://hg.python.org/cpython/rev/43bf95480c3c
History
Date User Action Args
2014-09-06 18:46:06python-devsetrecipients: + python-dev, barry, orsenthil, pitrou, martin.panter, serhiy.storchaka
2014-09-06 18:46:06python-devlinkissue19524 messages
2014-09-06 18:46:05python-devcreate