[issue7675] help() doesn't accept unicode literals in built in docstrings

Florent Xicluna report at bugs.python.org
Mon Jan 11 17:43:50 CET 2010


Florent Xicluna <laxyf at yahoo.fr> added the comment:

The unicode text is sent to the subprocess without encoding.
It is encoded implicitly to ASCII (sys.getdefaultencoding()).

This patch performs explicit encoding.
Tests added.

----------
keywords: +patch
stage: needs patch -> patch review
versions: +Python 3.2
Added file: http://bugs.python.org/file15828/issue7675_pydoc.diff

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


More information about the Python-bugs-list mailing list