Guido van Rossum added the comment:

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.

----------
nosy: +gvanrossum

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12939>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to