[ python-Patches-1752225 ] struni: _fileio fixes for Windows
"SourceForge.net" <[email protected]> Wed, 11 Jul 2007 13:56:45 -0700
| Newsgroups | gmane.comp.python.patches |
|---|---|
| Message-ID | <[email protected]> |
Patches item #1752225, was opened at 2007-07-11 22:56 Message generated for change (Tracker Item Submitted) made by Item Submitter 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: Open Resolution: None Priority: 5 Private: No Submitted By: Amaury Forgeot d'Arc (amauryf) Assigned to: Nobody/Anonymous (nobody) 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 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1752225&group_id=5470