[issue7325] tempfile.mkdtemp() does not return absolute pathname when relative dir is specified

Éric Araujo report at bugs.python.org
Mon Nov 22 01:14:57 CET 2010


Éric Araujo <merwok at netwok.org> added the comment:

os.path.abspath actually checks for isabs first, so I think you can leave the test out and always call abspath.

----------

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


More information about the Python-bugs-list mailing list