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 gvanrossum
Recipients amaury.forgeotdarc, ezio.melotti, gvanrossum, pitrou, santoso.wijaya, sbt, socketpair, vstinner
Date 2013-01-16.19:04:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358363061.13.0.0671826062582.issue12939@psf.upfronthosting.co.za>
In-reply-to
Content
Just a note of support for Richard -- having I/O use the native APIs directly rather than via emulation or other wrappers is a good idea, because the emulations / wrappers usually add restrictions that are not present in the native API.  This is also the reason why we dropped going through stdio -- it did not give enough control over buffering and made integration with (UNIX native) file descriptors complex.  Integration with native I/O primitives on Windows seems sense in the light of e.g. PEP 3156.
History
Date User Action Args
2013-01-16 19:04:21gvanrossumsetrecipients: + gvanrossum, amaury.forgeotdarc, pitrou, vstinner, ezio.melotti, santoso.wijaya, socketpair, sbt
2013-01-16 19:04:21gvanrossumsetmessageid: <1358363061.13.0.0671826062582.issue12939@psf.upfronthosting.co.za>
2013-01-16 19:04:21gvanrossumlinkissue12939 messages
2013-01-16 19:04:20gvanrossumcreate