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 serhiy.storchaka
Recipients amaury.forgeotdarc, mdehoon, pitrou, serhiy.storchaka
Date 2012-12-19.09:59:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355911167.52.0.955424005784.issue16723@psf.upfronthosting.co.za>
In-reply-to
Content
This looks as a known bug in io.TextIOWrapper which call read() even previous read() returned an empty data. There was a related issue, I can't found it now.
History
Date User Action Args
2012-12-19 09:59:27serhiy.storchakasetrecipients: + serhiy.storchaka, amaury.forgeotdarc, mdehoon, pitrou
2012-12-19 09:59:27serhiy.storchakasetmessageid: <1355911167.52.0.955424005784.issue16723@psf.upfronthosting.co.za>
2012-12-19 09:59:27serhiy.storchakalinkissue16723 messages
2012-12-19 09:59:27serhiy.storchakacreate