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 vitaly
Recipients gregory.p.smith, pitrou, vitaly
Date 2012-09-11.18:05:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347386711.07.0.719976737828.issue15918@psf.upfronthosting.co.za>
In-reply-to
Content
The prior 'man 2 read' quote was from Mac OS X;

On amazon (centos) Linux, 'man 2 read' makes the same claim, albeit in different verbiage:

===
It is not an error if this number is smaller than the number of bytes requested; this may happen for example because fewer bytes are actually available right now (maybe because we were close to  end-of-file,  or  because  we  are  reading  from a pipe, or from a terminal), or because read() was interrupted by a signal.
===
History
Date User Action Args
2012-09-11 18:05:11vitalysetrecipients: + vitaly, gregory.p.smith, pitrou
2012-09-11 18:05:11vitalysetmessageid: <1347386711.07.0.719976737828.issue15918@psf.upfronthosting.co.za>
2012-09-11 18:05:10vitalylinkissue15918 messages
2012-09-11 18:05:10vitalycreate