[issue6625] UnicodeEncodeError on pydoc's CLI

Berker Peksag report at bugs.python.org
Mon Jan 13 09:40:41 CET 2014


Berker Peksag added the comment:

> I suppose this is a duplicate of #1065986.

Yes, it is. I created a test file from the tests in issue6625_pydoc.diff and ran it on the current 2.7 branch.

def foo():
    u"""fooo bar
    baz
    \xfcnicode\u2026"""
    return 42

def bar():
    u"f\xfcr Elise"
    return 11

----------
nosy: +berker.peksag
resolution:  -> out of date
stage: patch review -> committed/rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list