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 nadeem.vawda
Recipients dabeaz, nadeem.vawda, pitrou, python-dev, serhiy.storchaka
Date 2012-08-05.14:25:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344176757.43.0.477499461508.issue15546@psf.upfronthosting.co.za>
In-reply-to
Content
No, if _read() is called once the file is already at EOF, it raises an
EOFError (http://hg.python.org/cpython/file/8c07ff7f882f/Lib/gzip.py#l433),
which will then break out of the loop.
History
Date User Action Args
2012-08-05 14:25:57nadeem.vawdasetrecipients: + nadeem.vawda, pitrou, dabeaz, python-dev, serhiy.storchaka
2012-08-05 14:25:57nadeem.vawdasetmessageid: <1344176757.43.0.477499461508.issue15546@psf.upfronthosting.co.za>
2012-08-05 14:25:56nadeem.vawdalinkissue15546 messages
2012-08-05 14:25:56nadeem.vawdacreate