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

ajaksu2> Not sure it's still important after 3.0 release.

Python2 has too much issues related to unicode. It's easier to switch 
to Python3 which use unicode by default for most functions (eg. 
print).

The issue can't be fixed in Python2 without breaking the compatibility 
(introduce regression). I think that the issue is fixed in Python3.

If you disagree, reopen this issue and *attach your patch* ;-)

----------
nosy: +haypo
resolution:  -> fixed
status: open -> closed

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

Reply via email to