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 flox
Recipients eric.smith, ezio.melotti, flox, lemburg, mark.dickinson, mathieui, r.david.murray, rhettinger
Date 2013-03-01.21:55:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362174920.8.0.25442908189.issue17331@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, the character is SUPERSCRIPT ONE, in the category No (Number other).
http://www.fileformat.info/info/unicode/char/b9/index.htm

This is not a valid category for the identifiers, only "Nd" Number decimal is accepted.

The issue is probably in namedtuple, which should check the "unicodedata.category" or better, check with method str.isidentifier.
History
Date User Action Args
2013-03-01 21:55:20floxsetrecipients: + flox, lemburg, rhettinger, mark.dickinson, eric.smith, ezio.melotti, r.david.murray, mathieui
2013-03-01 21:55:20floxsetmessageid: <1362174920.8.0.25442908189.issue17331@psf.upfronthosting.co.za>
2013-03-01 21:55:20floxlinkissue17331 messages
2013-03-01 21:55:20floxcreate