STINNER Victor <victor.stin...@haypocalc.com> added the comment:

@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).

----------
nosy: +haypo

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue3297>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to