Éric Araujo <[email protected]> added the comment:
Looks good to me, with one exception:
if temp_dir_abspath.startswith('./'):
Wouldn’t this be better:
if not _os.path.isabs(temp_dir_abspath)
(P.S. file is not a builtin anymore in 3.x, it’s used for example as an
argument to the print function.)
----------
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue7325>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com