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 rg3
Recipients giampaolo.rodola, neologix, orsenthil, rg3
Date 2011-02-21.22:26:12
SpamBayes Score 7.693168e-05
Marked as misclassified No
Message-id <1298327175.69.0.448067040097.issue11199@psf.upfronthosting.co.za>
In-reply-to
Content
I have to correct myself. I applied the patch manually to my Python 2.6 installation. In Python 2.6, the line you moved is number 961, and I did the same change.

With your change, the connection can be closed, but you have to wait for the file to be completely transferred. As I was throttling to 1 KB/sec initially, I thought it was still hanging because it takes more than 1 minute for the test file to be sent. Still, the connection isn't immediately closed when you request to close it.
History
Date User Action Args
2011-02-21 22:26:16rg3setrecipients: + rg3, orsenthil, giampaolo.rodola, neologix
2011-02-21 22:26:15rg3setmessageid: <1298327175.69.0.448067040097.issue11199@psf.upfronthosting.co.za>
2011-02-21 22:26:12rg3linkissue11199 messages
2011-02-21 22:26:12rg3create