]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
TarFile.__init__() no longer fails if no name argument is passed and
authorLars Gustäbel <lars@gustaebel.de>
Tue, 28 Aug 2007 12:31:09 +0000 (12:31 +0000)
committerLars Gustäbel <lars@gustaebel.de>
Tue, 28 Aug 2007 12:31:09 +0000 (12:31 +0000)
commit0f4a14b56fcbd939e60f424517db61ca6f2f3885
tree3b08b8518232c5786117dc5056baf9d10d3b31d5
parent23b8ddc110ec980e62a30d3e28678e4b75fed10e
TarFile.__init__() no longer fails if no name argument is passed and
the fileobj argument has no usable name attribute (e.g. StringIO).

(will backport to 2.5)
Lib/tarfile.py
Lib/test/test_tarfile.py
Misc/NEWS