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 r.david.murray
Recipients Robert.Buchholz, jhylton, r.david.murray, sijinjoseph
Date 2010-02-21.20:48:58
SpamBayes Score 8.86564e-05
Marked as misclassified No
Message-id <1266785340.11.0.591960751436.issue7806@psf.upfronthosting.co.za>
In-reply-to
Content
So HTTConnection is closing the thing returned by makefile and that is closing the socket, except that the socket library makes sure it doesn't actually close the socket until the dupped file handle is also closed?  I guess I need to look at this more closely when I have time in order to fully understand it.
History
Date User Action Args
2010-02-21 20:49:00r.david.murraysetrecipients: + r.david.murray, jhylton, sijinjoseph, Robert.Buchholz
2010-02-21 20:49:00r.david.murraysetmessageid: <1266785340.11.0.591960751436.issue7806@psf.upfronthosting.co.za>
2010-02-21 20:48:58r.david.murraylinkissue7806 messages
2010-02-21 20:48:58r.david.murraycreate