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 vstinner
Recipients Rhamphoryncus, amaury.forgeotdarc, benjamin.peterson, ezio.melotti, hippietrail, jwilk, l.mastrodomenico, lemburg, terry.reedy, vstinner
Date 2010-05-21.23:54:44
SpamBayes Score 0.001787363
Marked as misclassified No
Message-id <1274486086.23.0.89829111981.issue3297@psf.upfronthosting.co.za>
In-reply-to
Content
@benjamin.peterson: Do you plan to port r75928 to 2.7 and 3.1? If not, can you close this issue?

I think that this issue priority is minor because few people write directly non-BMP characters in Python files (maybe only one, Ezio Melotti :-)). u"\uxxxx", u"\Uxxxxxxxx" or unichr(xxx) can be used in Python 2.7 and 3.1 (without u prefix for 3.1).
History
Date User Action Args
2010-05-21 23:54:46vstinnersetrecipients: + vstinner, lemburg, terry.reedy, amaury.forgeotdarc, Rhamphoryncus, l.mastrodomenico, benjamin.peterson, jwilk, ezio.melotti, hippietrail
2010-05-21 23:54:46vstinnersetmessageid: <1274486086.23.0.89829111981.issue3297@psf.upfronthosting.co.za>
2010-05-21 23:54:45vstinnerlinkissue3297 messages
2010-05-21 23:54:44vstinnercreate