[issue31557] tarfile: incorrectly treats regular file as directory

Joe Tsai report at bugs.python.org
Wed Oct 4 13:21:19 EDT 2017


Joe Tsai <joetsai at google.com> added the comment:

It creates a number of nested directories only because GNU (and BSD) tar implicitly create missing parent directories. If you cd into the bottom-most folder, you will see "foo.txt".

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31557>
_______________________________________


More information about the Python-bugs-list mailing list