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 giampaolo.rodola, neologix, orsenthil, python-dev, rg3
Date 2012-03-15.20:28:47
SpamBayes Score 0.0017932053
Marked as misclassified No
Message-id <E1S8HHz-0005X6-4r@dinsdale.python.org>
In-reply-to
Content
New changeset 6ce4868861ba by Senthil Kumaran in branch '2.7':
Fix the urllib closing issue which hangs on particular ftp urls/ftp servers. closes issue11199
http://hg.python.org/cpython/rev/6ce4868861ba

New changeset 891184abbf6e by Senthil Kumaran in branch '3.2':
closes Issue #11199: Fix the with urllib which hangs on particular ftp urls.
http://hg.python.org/cpython/rev/891184abbf6e

New changeset 9e7374779e19 by Senthil Kumaran in branch 'default':
port from 3.2 - Fix the urllib closing issue which hangs on particular ftp urls/ftp servers. closes issue11199
http://hg.python.org/cpython/rev/9e7374779e19
History
Date User Action Args
2012-03-15 20:28:48python-devsetrecipients: + python-dev, orsenthil, giampaolo.rodola, rg3, neologix
2012-03-15 20:28:48python-devlinkissue11199 messages
2012-03-15 20:28:47python-devcreate