From: Lars Gustäbel Date: Sat, 2 Aug 2008 11:36:08 +0000 (+0000) Subject: Blocked revisions 65402 via svnmerge X-Git-Tag: v3.0b3~182 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e746e3e2d32cfebabda1ad3ccdf069d7a471df9;p=python Blocked revisions 65402 via svnmerge ........ r65402 | lars.gustaebel | 2008-08-02 13:26:39 +0200 (Sat, 02 Aug 2008) | 5 lines 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. ........ ---