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 pitrou
Recipients alex, dabeaz, eric.araujo, gruszczy, nadeem.vawda, pitrou, r.david.murray, vstinner
Date 2011-04-04.14:18:21
SpamBayes Score 0.00032331256
Marked as misclassified No
Message-id <1301926699.3538.13.camel@localhost.localdomain>
In-reply-to <1301914562.3.0.751656997461.issue10791@psf.upfronthosting.co.za>
Content
> Here's an implementation of read1() that satisfies that condition, along with
> some relevant unit tests.

Something looks fishy: what happens if size is -1 and EOFError is not
raised?
History
Date User Action Args
2011-04-04 14:18:23pitrousetrecipients: + pitrou, vstinner, nadeem.vawda, eric.araujo, alex, r.david.murray, gruszczy, dabeaz
2011-04-04 14:18:21pitroulinkissue10791 messages
2011-04-04 14:18:21pitroucreate