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 terry.reedy
Recipients Arfrever, daniel.urban, ezio.melotti, lemburg, loewis, tchrist, terry.reedy, vstinner
Date 2011-08-12.23:05:26
SpamBayes Score 2.4356497e-05
Marked as misclassified No
Message-id <1313190327.69.0.0023174222472.issue12732@psf.upfronthosting.co.za>
In-reply-to
Content
Ouch!
Do the rejected characters qualify as identifier characters as defined in Reference 2.3 Identifiers and keywords?
http://docs.python.org/py3k/reference/lexical_analysis.html#identifiers
If some interpreter version accepts extra characters, beyond the definition (as happened in 2.x), it is not a bug for for another version to only accept what is defined.

Side question: That section has "A non-normative HTML file listing all valid identifier characters for Unicode 4.1 can be found at http://www.dcl.hpi.uni-potsdam.de/home/loewis/table-3131.html." Is the set of identifier characters now larger, and if so, has the table been enlarged?
History
Date User Action Args
2011-08-12 23:05:27terry.reedysetrecipients: + terry.reedy, lemburg, loewis, vstinner, ezio.melotti, Arfrever, daniel.urban, tchrist
2011-08-12 23:05:27terry.reedysetmessageid: <1313190327.69.0.0023174222472.issue12732@psf.upfronthosting.co.za>
2011-08-12 23:05:27terry.reedylinkissue12732 messages
2011-08-12 23:05:26terry.reedycreate