[issue20267] TemporaryDirectory does not resolve path when created using a relative path

Serhiy Storchaka report at bugs.python.org
Sat Sep 27 10:38:34 CEST 2014


Serhiy Storchaka added the comment:

Note that abspath() can return incorrect result in case of symbolic links to directories and pardir components. I.e. abspath('symlink/..').

----------

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


More information about the Python-bugs-list mailing list