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 vstinner
Recipients daniel.ugra, nadeem.vawda, orsenthil, santoso.wijaya, vstinner
Date 2011-07-18.09:01:51
SpamBayes Score 0.02512192
Marked as misclassified No
Message-id <1310979711.86.0.224840004979.issue12576@psf.upfronthosting.co.za>
In-reply-to
Content
ValueError('I/O operation on closed file') error comes from HTTPResponse.__enter__() which is implemented in IOBase:

    def __enter__(self):  # That's a forward reference
        self._checkClosed()
        return self
History
Date User Action Args
2011-07-18 09:01:51vstinnersetrecipients: + vstinner, orsenthil, nadeem.vawda, daniel.ugra, santoso.wijaya
2011-07-18 09:01:51vstinnersetmessageid: <1310979711.86.0.224840004979.issue12576@psf.upfronthosting.co.za>
2011-07-18 09:01:51vstinnerlinkissue12576 messages
2011-07-18 09:01:51vstinnercreate