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 benjamin.peterson, martin.panter, pitrou, serhiy.storchaka, stutzbach
Date 2016-03-13.18:38:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457894301.84.0.784479366162.issue23214@psf.upfronthosting.co.za>
In-reply-to
Content
> Define BufferedIOBase.read1(-1) to read and return an arbitrary number 
> of bytes, more than zero unless none are available due to EOF or 
> non-blocking mode. Maybe suggest that it would return the current 
> buffered data or try to read a full buffer of data (with one call) and 
> return it if applicable.

This sounds reasonable to me.
History
Date User Action Args
2016-03-13 18:38:21pitrousetrecipients: + pitrou, benjamin.peterson, stutzbach, martin.panter, serhiy.storchaka
2016-03-13 18:38:21pitrousetmessageid: <1457894301.84.0.784479366162.issue23214@psf.upfronthosting.co.za>
2016-03-13 18:38:21pitroulinkissue23214 messages
2016-03-13 18:38:21pitroucreate