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 belopolsky
Recipients belopolsky, docs@python, ezio.melotti, georg.brandl, lemburg, loewis, vstinner
Date 2011-04-15.17:38:38
SpamBayes Score 1.1391572e-08
Marked as misclassified No
Message-id <BANLkTi=zzNYo3M2Sfi=eb+LNZkG_2bbDJw@mail.gmail.com>
In-reply-to <4DA87F0D.1050800@egenix.com>
Content
On Fri, Apr 15, 2011 at 1:23 PM, Marc-Andre Lemburg
<report@bugs.python.org> wrote:
>..
> Why not wrap the calls with a repr() ?
>

Won't help:

"'Ӝ'"

I think you meant ascii(), but that's ugly IMO:

"'\\u04dc'"

Maybe

'\u04dc'

but that's too much of scaffolding.

..
> I think it's more useful to show examples that more or less always
> work, than ones which display all available goodies.

I disagree.  Users that are advanced enough to be interested in
reading unicodedata reference documentation should be capable of
either fixing their environment or understanding its limitations.
History
Date User Action Args
2011-04-15 17:38:40belopolskysetrecipients: + belopolsky, lemburg, loewis, georg.brandl, vstinner, ezio.melotti, docs@python
2011-04-15 17:38:38belopolskylinkissue10665 messages
2011-04-15 17:38:38belopolskycreate