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 ezio.melotti
Recipients belopolsky, docs@python, ezio.melotti, georg.brandl, lemburg, loewis, vstinner
Date 2011-04-15.17:15:45
SpamBayes Score 2.712941e-12
Marked as misclassified No
Message-id <1302887747.85.0.115725716249.issue10665@psf.upfronthosting.co.za>
In-reply-to
Content
One reason is that unicodedata.lookup actually returns a unicode char, so if we want to show a code snippet that uses unicodedata.lookup we either have to use a unicode literal or limit the chars in the examples to latin1 to make sure it works nice with the PDF generator.

Using escape sequences elsewhere might work, but in some examples it's better to use the actual chars IMHO (except that they don't work with the PDF).
History
Date User Action Args
2011-04-15 17:15:47ezio.melottisetrecipients: + ezio.melotti, lemburg, loewis, georg.brandl, belopolsky, vstinner, docs@python
2011-04-15 17:15:47ezio.melottisetmessageid: <1302887747.85.0.115725716249.issue10665@psf.upfronthosting.co.za>
2011-04-15 17:15:45ezio.melottilinkissue10665 messages
2011-04-15 17:15:45ezio.melotticreate