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 "<stdin>", line 1, in <module>
  File "/home/gps/python/trunk/Lib/encodings/__init__.py", line 100, in
search_function
    level=0)
TypeError: SetupPathsAndImport() got an unexpected keyword argument 'level'
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to