[issue767645] incorrect os.path.supports_unicode_filenames

Martin v. Löwis report at bugs.python.org
Sun Sep 12 18:31:36 CEST 2010


Martin v. Löwis <martin at v.loewis.de> added the comment:

> About Windows: supports_unicode_filenames is False if
> sys.getwindowsversion().platform < 2: win32s (0) or Windows 9x/ME
> (1). I don't know win32s, but I know that Windows 9x/ME is not more
> supported.

Win32s is long gone. It was an emulation layer to support Win32 on
Windows 3.1.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue767645>
_______________________________________


More information about the Python-bugs-list mailing list