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

> I think it is more a question of "is this an easy fix?" 
> or would it require extensive changes to support unicode properly.

First of all, the question is: who would like to develop it. You can vote for 
an issue, but it doesn't change anything if you don't find a developer to 
implement your idea :-)

Anyway, try to use Python everywhere in Python 2 is a waste of time. The work 
has already been done in Python 3, and it's much easier to use Unicode in 
Python 3, just because everything uses Unicode (exceptions, filenames, file 
content, modules, etc.).

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

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

Reply via email to