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 socketpair
Recipients alexey-smirnov, amaury.forgeotdarc, georg.brandl, neologix, petri.lehtinen, pitrou, python-dev, socketpair, vstinner
Date 2011-09-06.12:29:11
SpamBayes Score 0.00092074415
Marked as misclassified No
Message-id <1315312152.12.0.554984748871.issue12105@psf.upfronthosting.co.za>
In-reply-to
Content
Some times ago, Python has used fopen() for open() implementation. Now, it uses OS-kernel native function to open files. AFAIK, open() in Windows is a wrapper around CreateFile, created to support some POSIX programs in Windows. Why not to use CreateFile() on Windows platform?
History
Date User Action Args
2011-09-06 12:29:12socketpairsetrecipients: + socketpair, georg.brandl, amaury.forgeotdarc, pitrou, vstinner, neologix, python-dev, petri.lehtinen, alexey-smirnov
2011-09-06 12:29:12socketpairsetmessageid: <1315312152.12.0.554984748871.issue12105@psf.upfronthosting.co.za>
2011-09-06 12:29:11socketpairlinkissue12105 messages
2011-09-06 12:29:11socketpaircreate