[issue18199] No long filename support for Windows

STINNER Victor report at bugs.python.org
Wed Jun 12 18:30:09 CEST 2013


STINNER Victor added the comment:

Using extended path ("\\?\" prefix) causes new issues.

 * #13234: issue in os.listdir()
 * #13772: issue with os.symlink()
 * #9949: issue in os.path.realpath()

----------
nosy: +brian.curtin, haypo, loewis, pitrou, serhiy.storchaka, tim.golden

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


More information about the Python-bugs-list mailing list