]> granicus.if.org Git - python/commit
TarFile.__init__() no longer fails if no name argument is passed and
authorLars Gustäbel <lars@gustaebel.de>
Tue, 28 Aug 2007 12:33:15 +0000 (12:33 +0000)
committerLars Gustäbel <lars@gustaebel.de>
Tue, 28 Aug 2007 12:33:15 +0000 (12:33 +0000)
commita9bad98e3df5be4eb96f94bd52d5711c4404bd3e
treeee525d0f7e58a73fdd08e59519594b91558b5218
parent1ab6a2540106657b70261e969a1af7e75d54ae12
TarFile.__init__() no longer fails if no name argument is passed and
the fileobj argument has no usable name attribute (e.g. StringIO).

(backported from r57616)
Lib/tarfile.py
Lib/test/test_tarfile.py
Misc/NEWS