Re: [Python-3000] Remove TarFileCompat from tarfile.py

2008-07-29 Thread Guido van Rossum
Sounds good to me. Less cruft is the tagline for Py3k! On Mon, Jul 21, 2008 at 7:32 AM, Lars Gustäbel <[EMAIL PROTECTED]> wrote: > Hi! > > I just had a look at issue 3039 that reports a bug in tarfile.py's > TarFileCompat class and I came to the conclusion that I really would like to > remove the

[Python-3000] Remove TarFileCompat from tarfile.py

2008-07-21 Thread Lars Gustäbel
Hi! I just had a look at issue 3039 that reports a bug in tarfile.py's TarFileCompat class and I came to the conclusion that I really would like to remove the TarFileCompat class from Python 3.0. Some details: The ZipFile and TarFile classes both have very different interfaces. The original inten