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.17:58:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347386330.28.0.562230216355.issue15918@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, there is no traceback.  The issue was identified in code review.

'man 2 read' states:

===
The system guaran-
     tees to read the number of bytes requested if the descriptor references a
     normal file that has that many bytes left before the end-of-file, but in
     no other case.
===

Since a pipe is not a "normal file", the guarantee to "read the number of bytes requested" does not apply.
History
Date User Action Args
2012-09-11 17:58:50vitalysetrecipients: + vitaly, gregory.p.smith, pitrou
2012-09-11 17:58:50vitalysetmessageid: <1347386330.28.0.562230216355.issue15918@psf.upfronthosting.co.za>
2012-09-11 17:58:49vitalylinkissue15918 messages
2012-09-11 17:58:49vitalycreate