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 vstinner
Recipients ZooKeeper, lemburg, vstinner
Date 2008-11-13.15:57:45
SpamBayes Score 0.00014163517
Marked as misclassified No
Message-id <1226591866.5.0.732158555989.issue4314@psf.upfronthosting.co.za>
In-reply-to
Content
$ python
Python 2.5.1 (r251:54863, Jul 31 2008, 23:17:40)
>>> print u'\u0451'
ё
>>> print u'\u0427'
Ч

@ZooKeeper: Try Python 2.6, I guess that your bug is already fixed.
History
Date User Action Args
2008-11-13 15:57:46vstinnersetrecipients: + vstinner, lemburg, ZooKeeper
2008-11-13 15:57:46vstinnersetmessageid: <1226591866.5.0.732158555989.issue4314@psf.upfronthosting.co.za>
2008-11-13 15:57:45vstinnerlinkissue4314 messages
2008-11-13 15:57:45vstinnercreate