Issue1752225
Created on 2007-07-11 20:56 by amaury.forgeotdarc, last changed 2008-01-06 22:29 by admin.
| File name |
Uploaded |
Description |
Edit |
Remove |
|
fileio-1.diff
|
amaury.forgeotdarc,
2007-07-11 20:56
|
Support for unicode filenames on Windows |
|
|
|
fileio-2.diff
|
amaury.forgeotdarc,
2007-07-11 20:58
|
ftruncate() replacement on Windows |
|
|
|
msg52851 - (view) |
Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) |
Date: 2007-07-11 20:56 |
|
Theses patches correct two problems in the _fileio module on Windows:
- fileio-1.diff: Support for wide filenames: we use _wopen() with a unicode string.
- fileio-2.diff: Replaces ftruncate with Win32 API functions. Code borrowed from fileobject.c
|
|
msg52852 - (view) |
Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) |
Date: 2007-07-11 20:58 |
|
File Added: fileio-2.diff
|
|
msg52853 - (view) |
Author: Thomas Heller (theller) |
Date: 2007-07-12 11:29 |
|
Commited both changes. Thanks for the great work.
|
|
| Date |
User |
Action |
Args |
| 2008-01-06 22:29:45 | admin | set | keywords:
- py3k versions:
+ Python 3.0 |
| 2007-07-11 20:56:45 | amaury.forgeotdarc | create | |
|