[issue6975] symlinks incorrectly resolved on POSIX platforms

Arfrever Frehtes Taifersar Arahesis report at bugs.python.org
Wed Feb 20 19:36:20 CET 2013


Arfrever Frehtes Taifersar Arahesis added the comment:

Use os.path.sep and os.path.sep.encode() instead of hardcoding "/" and b"/".

----------

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


More information about the Python-bugs-list mailing list