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 pitrou
Recipients eric.smith, loewis, pitrou, r.david.murray, skrah, srid
Date 2010-06-24.16:19:23
SpamBayes Score 0.0009023564
Marked as misclassified No
Message-id <1277396361.3553.1.camel@localhost.localdomain>
In-reply-to <1277377454.03.0.564867861929.issue9020@psf.upfronthosting.co.za>
Content
> Additionally, I noticed that the macros is_potential_identifier* from
> py3k/Parser/tokenizer.c assume a contiguous mapping for A-Z, a-z. Is
> it ok in Python to assume this (in C it isn't)?

I don't think we support writing Python source code in an encoding
that's not a superset of ASCII, so it should be fine.
History
Date User Action Args
2010-06-24 16:19:25pitrousetrecipients: + pitrou, loewis, eric.smith, r.david.murray, srid, skrah
2010-06-24 16:19:24pitroulinkissue9020 messages
2010-06-24 16:19:24pitroucreate