[issue6625] UnicodeEncodeError on pydoc's CLI

Christoph Burgmer report at bugs.python.org
Sun Aug 2 15:00:48 CEST 2009


New submission from Christoph Burgmer <cburgmer at ira.uka.de>:

pydoc fails with a UnicodeEncodeError for properly specified Unicode
docstrings (u"""...""") on the command line interface.

See attached patch that encodes the output with the system's encoding.

----------
components: Extension Modules
files: unicode.patch
keywords: patch
messages: 91182
nosy: christoph
severity: normal
status: open
title: UnicodeEncodeError on pydoc's CLI
versions: Python 2.5, Python 2.6
Added file: http://bugs.python.org/file14626/unicode.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6625>
_______________________________________


More information about the Python-bugs-list mailing list