]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #3039: Fix TarFileCompat.writestr() which always raised an
authorLars Gustäbel <lars@gustaebel.de>
Sat, 2 Aug 2008 11:26:39 +0000 (11:26 +0000)
committerLars Gustäbel <lars@gustaebel.de>
Sat, 2 Aug 2008 11:26:39 +0000 (11:26 +0000)
commit727bd0b6874b32a42762251888cdfc2484286867
tree3f055c4ab430b1454cbb34924fe0d51718e5b9d7
parentaabf404ecc06f1ddbb4c003508dff78c7ac06012
Issue #3039: Fix TarFileCompat.writestr() which always raised an
AttributeError since __slots__ were added to zipfile.ZipInfo in
r46967 two years ago.
Add a warning about the removal of TarFileCompat in Python 3.0.
Doc/library/tarfile.rst
Lib/tarfile.py
Misc/NEWS