Message143599
| 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:12 | socketpair | set | recipients: + socketpair, georg.brandl, amaury.forgeotdarc, pitrou, vstinner, neologix, python-dev, petri.lehtinen, alexey-smirnov |
| 2011-09-06 12:29:12 | socketpair | set | messageid: <1315312152.12.0.554984748871.issue12105@psf.upfronthosting.co.za> |
| 2011-09-06 12:29:11 | socketpair | link | issue12105 messages |
| 2011-09-06 12:29:11 | socketpair | create | |