Re: [Python-Dev] strange import encodings error in trunk?

2008-04-11 Thread Thomas Wouters
On Sat, Apr 12, 2008 at 3:31 AM, Gregory P. Smith <[EMAIL PROTECTED]> wrote: > has anyone ever seen this error? this is a pristine --with-pydebug build > of trunk: > > >>> msg = 'ABC' > >>> x = msg.decode('utf8') > Traceback (most recent call last): > File "", line 1, in > File "/home/gps/py

[Python-Dev] strange import encodings error in trunk?

2008-04-11 Thread Gregory P. Smith
has anyone ever seen this error? this is a pristine --with-pydebug build of trunk: >>> msg = 'ABC' >>> x = msg.decode('utf8') Traceback (most recent call last): File "", line 1, in File "/home/gps/python/trunk/Lib/encodings/__init__.py", line 100, in search_function level=0) TypeError: S