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 r.david.murray
Recipients benjamin.peterson, hynek, nikratio, pitrou, r.david.murray, serhiy.storchaka, stutzbach
Date 2013-07-24.14:00:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374674458.15.0.800403559799.issue18524@psf.upfronthosting.co.za>
In-reply-to
Content
Unless I'm misunderstanding something, the current implementation does match the current documentation: if <buffer-size> < n, returning <buffer-size> bytes is returning "up to n".  "Up to" means it could be "less than".

So you are advocating a change in behavior...but I believe there is a reason read1 is implemented the way it is, so I suspect that isn't going to happen.  Probably what you want to do is change the buffer size when you open the file so that it is greater than your 'n'.
History
Date User Action Args
2013-07-24 14:00:58r.david.murraysetrecipients: + r.david.murray, pitrou, benjamin.peterson, stutzbach, nikratio, hynek, serhiy.storchaka
2013-07-24 14:00:58r.david.murraysetmessageid: <1374674458.15.0.800403559799.issue18524@psf.upfronthosting.co.za>
2013-07-24 14:00:58r.david.murraylinkissue18524 messages
2013-07-24 14:00:57r.david.murraycreate