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 jfinkels
Recipients eric.araujo, ezio.melotti, jammon, jfinkels, michael.foord, r.david.murray
Date 2010-11-16.04:57:44
SpamBayes Score 8.980838e-05
Marked as misclassified No
Message-id <1289883467.58.0.897995103194.issue10417@psf.upfronthosting.co.za>
In-reply-to
Content
I am not having this problem on Ubuntu 10.10 with the most recent Python 2.7:

<terminal interaction>
$ ./python unicodetest.py --verbose
test_unicode_docstring (__main__.UnicodeTest)
täst - docstring with unicode character ... ok

----------------------------------------------------------------------
Ran 1 test in 0.000s

OK
$ ./python unicodetest.py
test_unicode_docstring (__main__.UnicodeTest)
täst - docstring with unicode character ... ok

----------------------------------------------------------------------
Ran 1 test in 0.000s

OK
</terminal interaction>
History
Date User Action Args
2010-11-16 04:57:47jfinkelssetrecipients: + jfinkels, ezio.melotti, eric.araujo, r.david.murray, michael.foord, jammon
2010-11-16 04:57:47jfinkelssetmessageid: <1289883467.58.0.897995103194.issue10417@psf.upfronthosting.co.za>
2010-11-16 04:57:45jfinkelslinkissue10417 messages
2010-11-16 04:57:44jfinkelscreate