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

Yury Selivanov report at bugs.python.org
Fri Sep 26 23:54:18 CEST 2014


Yury Selivanov added the comment:

Antony, I agree regarding the poor naming of '_sanitize_dir()' helper. As for your other suggestion, I think such a refactoring will actually make code harder to follow (+ it's more invasive). Generally, I'm in favour of transforming parameters like 'dir' closer to the beginning of the method's code, so that it's immediately obvious what's going on, and is also easier to put debug code [like 'print("mkdtemp call for: ", dir)'].

----------

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


More information about the Python-bugs-list mailing list