This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ccomb
Recipients ccomb
Date 2010-05-17.13:45:49
SpamBayes Score 6.3457854e-05
Marked as misclassified No
Message-id <1274103951.28.0.0596224885808.issue8740@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2010-05-17 13:45:51ccombsetrecipients: + ccomb
2010-05-17 13:45:51ccombsetmessageid: <1274103951.28.0.0596224885808.issue8740@psf.upfronthosting.co.za>
2010-05-17 13:45:49ccomblinkissue8740 messages
2010-05-17 13:45:49ccombcreate