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 berker.peksag
Recipients akitada, berker.peksag, christoph, eric.araujo, flox, ggenellina, torsten, vstinner
Date 2014-01-13.08:40:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389602441.82.0.863561868217.issue6625@psf.upfronthosting.co.za>
In-reply-to
Content
> 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
History
Date User Action Args
2014-01-13 08:40:41berker.peksagsetrecipients: + berker.peksag, ggenellina, vstinner, christoph, eric.araujo, akitada, flox, torsten
2014-01-13 08:40:41berker.peksagsetmessageid: <1389602441.82.0.863561868217.issue6625@psf.upfronthosting.co.za>
2014-01-13 08:40:41berker.peksaglinkissue6625 messages
2014-01-13 08:40:41berker.peksagcreate