Christophe Combelles added the comment:
(I forgot to mention that the bug occured on python 3.1.2.)
--
___
Python tracker
<http://bugs.python.org/issue8
Christophe Combelles added the comment:
Traceback (most recent call last):
File "/usr/lib/python3.1/encodings/__init__.py", line 98, in search_function
level=0)
File "/usr/lib/python3.1/encodings/__init__.py", line 98, in search_function
level=0)
(...)
File
New submission from Christophe Combelles :
This leads to a maximum recursion depth error:
$ python3.1
>>> import sys, pdb
>>> sys.setfilesystemencoding('iso8859-7')
>>> pdb.set_trace()
I'm on ubuntu 10.04 x86_64, with LANG=fr_FR.utf8
--
com