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 vstinner
Recipients neologix, vstinner, yanlinlin82
Date 2014-06-02.20:35:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401741317.88.0.623714981685.issue21638@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think that Python calls directly read(). Python 2 uses fopen / fread.

Python 3 doesn't use buffered files, but call open / read directly.
History
Date User Action Args
2014-06-02 20:35:17vstinnersetrecipients: + vstinner, neologix, yanlinlin82
2014-06-02 20:35:17vstinnersetmessageid: <1401741317.88.0.623714981685.issue21638@psf.upfronthosting.co.za>
2014-06-02 20:35:17vstinnerlinkissue21638 messages
2014-06-02 20:35:17vstinnercreate