Author amaury.forgeotdarc
Recipients
Date 2007-07-11.20:56:45
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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
History
Date User Action Args
2007-08-23 15:59:02adminlinkissue1752225 messages
2007-08-23 15:59:02admincreate