Patches item #1752225, was opened at 2007-07-11 22:56 Message generated for change (Comment added) made by theller You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1752225&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core (C code) Group: Python 3000 >Status: Closed >Resolution: Accepted Priority: 5 Private: No Submitted By: Amaury Forgeot d'Arc (amauryf) Assigned to: Thomas Heller (theller) Summary: struni: _fileio fixes for Windows Initial Comment: 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 ---------------------------------------------------------------------- >Comment By: Thomas Heller (theller) Date: 2007-07-12 13:29 Message: Logged In: YES user_id=11105 Originator: NO Commited both changes. Thanks for the great work. ---------------------------------------------------------------------- Comment By: Amaury Forgeot d'Arc (amauryf) Date: 2007-07-11 22:58 Message: Logged In: YES user_id=389140 Originator: YES File Added: fileio-2.diff ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1752225&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
