[issue14255] tempfile.gettempdir() didn't return the path with correct case.

Tim Golden report at bugs.python.org
Thu Oct 24 15:25:22 CEST 2013


Tim Golden added the comment:

normpath doesn't really buy anything here as abspath already has the same effect (plus more). Patch attach removes normcase|path leaving only abspath.

----------

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


More information about the Python-bugs-list mailing list