Message197992
With this patch applied, the example from issue15791 works fine.
$ echo "__author__ = u'Michele Orr\xf9'" > foo.py && ./python -c "import foo; print foo.__author__; help(foo)"
Michele Orrù
Help on module foo:
NAME
foo
FILE
/tmp/cpython/foo.py
DATA
__author__ = u'Michele Orr\xf9'
AUTHOR
Michele Orrù |
|
Date |
User |
Action |
Args |
2013-09-17 14:30:18 | akitada | set | recipients:
+ akitada, loewis, ping, rhettinger, cben, eric.araujo, r.david.murray, mu_mind, ness, taschini |
2013-09-17 14:30:18 | akitada | set | messageid: <1379428218.86.0.675915343835.issue1065986@psf.upfronthosting.co.za> |
2013-09-17 14:30:18 | akitada | link | issue1065986 messages |
2013-09-17 14:30:18 | akitada | create | |
|