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 ivank, neologix, pitrou, vstinner
Date 2014-07-01.15:07:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404227234.07.0.649609415241.issue21090@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch for FileIO.readall() which should fix the issue. Currently, readall() returns read bytes at the first read() error if a least one call to read() succeed.
History
Date User Action Args
2014-07-01 15:07:14vstinnersetrecipients: + vstinner, pitrou, ivank, neologix
2014-07-01 15:07:14vstinnersetmessageid: <1404227234.07.0.649609415241.issue21090@psf.upfronthosting.co.za>
2014-07-01 15:07:14vstinnerlinkissue21090 messages
2014-07-01 15:07:14vstinnercreate