On 11/2/07, christian.heimes <[email protected]> wrote: > More fixes for bytes() vs. buffer() > Open question: Should UnicodeDecodeError accept bytes for self->object, too?
Yes! > Modified: python/branches/py3k-pep3137/Lib/tarfile.py > ============================================================================== > --- python/branches/py3k-pep3137/Lib/tarfile.py (original) > +++ python/branches/py3k-pep3137/Lib/tarfile.py Fri Nov 2 12:05:47 2007 > @@ -3,7 +3,7 @@ > #------------------------------------------------------------------- > # tarfile.py > #------------------------------------------------------------------- > -# Copyright (C) 2002 Lars Gustäbel <[EMAIL PROTECTED]> > +# Copyright (C) 2002 Lars Gust�bel <[EMAIL PROTECTED]> Did you mean to change this? -- --Guido van Rossum (home page: http://www.python.org/~guido/) _______________________________________________ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins
