[issue2614] Console UnicodeDecodeError s once more

2009-01-17 Thread Benjamin Peterson
Benjamin Peterson added the comment: I think this had been addressed by PEP 3138 [1]. [1] http://www.python.org/dev/peps/pep-3138/ -- nosy: +benjamin.peterson resolution: -> out of date status: open -> closed ___ Python tracker

[issue2614] Console UnicodeDecodeError s once more

2008-04-11 Thread anatoly techtonik
New submission from anatoly techtonik <[EMAIL PROTECTED]>: Python debugging under console is a PITA, because it has a bad habit to fail with UnicodeEncodeError in case of unknown encoding in output. It quickly turns into a headache when inspecting methods like in the following example running und