Re: [Python-Dev] Removing Windows 95-related code in posixmodule.c

2010-03-17 Thread Martin v. Löwis
Tim Lesher wrote: > Now that Windows 9x is no longer supported (per PEP 11), would it be > appropriate to replace the ANSI ("A") versions of Windows OS calls in > posixmodule.c with their Unicode ("W") equivalents and remove the > unicode_file_names() function that determines which version to call?

[Python-Dev] Removing Windows 95-related code in posixmodule.c

2010-03-17 Thread Tim Lesher
Now that Windows 9x is no longer supported (per PEP 11), would it be appropriate to replace the ANSI ("A") versions of Windows OS calls in posixmodule.c with their Unicode ("W") equivalents and remove the unicode_file_names() function that determines which version to call? There are a number of pl