Guido van Rossum wrote:
> 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!

Should it accept *only* PyString or both PyString and PyBytes?

> 
>> 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?

Urks! Apparently my editor f... up the umlauts when I saved the file.

Christian
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to