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.

作者 gvanrossum
收信人 amaury.forgeotdarc, ezio.melotti, gvanrossum, pitrou, santoso.wijaya, sbt, socketpair, vstinner
日期 2013-01-16.19:04:20
SpamBayes Score -1.0
Marked as misclassified
Message-id <1358363061.13.0.0671826062582.issue12939@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2013-01-16 19:04:21gvanrossum修改recipients: + gvanrossum, amaury.forgeotdarc, pitrou, vstinner, ezio.melotti, santoso.wijaya, socketpair, sbt
2013-01-16 19:04:21gvanrossum修改messageid: <1358363061.13.0.0671826062582.issue12939@psf.upfronthosting.co.za>
2013-01-16 19:04:21gvanrossum链接issue12939 messages
2013-01-16 19:04:20gvanrossum创建