[issue14807] Move tarfile.filemode() into stat module

Antoine Pitrou report at bugs.python.org
Mon May 14 19:28:17 CEST 2012


Antoine Pitrou <pitrou at free.fr> added the comment:

I'm not sure filemode() is the best name for this. On the other hand, I don't have any suggestion.
I don't understand why you're using atexit. tearDown() and addCleanup() are your friends.
The call_safely thing also looks unwarranted. support.unlink() should be able to help you.

----------
nosy: +pitrou
stage:  -> patch review

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


More information about the Python-bugs-list mailing list