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

STINNER Victor report at bugs.python.org
Wed Nov 9 01:30:37 CET 2011


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

Functions like os.execv() or os.readlink() are not deprecated because the underlying C function really uses a bytes API (execv and readlink).

----------

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


More information about the Python-bugs-list mailing list