[issue13374] Deprecate usage of the Windows ANSI API in the nt module

STINNER Victor report at bugs.python.org
Wed Nov 9 01:20:31 CET 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

The patch deprecates bytes filenames for the following functions:

nt._getfullpathname
nt._isdir
os.access
os.chdir
os.chmod
os.link
os.listdir
os.lstat
os.mkdir
os.open
os.rename
os.rmdir
os.stat
os.symlink
os.unlink
os.utime

Oh, I forgot a test for os.open(bytes).

----------

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


More information about the Python-bugs-list mailing list