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 georg.brandl, lukasz.langa, r.david.murray, rhettinger, the_isz, vstinner
Date 2011-04-06.09:36:09
SpamBayes Score 4.8819443e-06
Marked as misclassified No
Message-id <1302082569.99.0.280991081785.issue11597@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.).
History
Date User Action Args
2011-04-06 09:36:10vstinnersetrecipients: + vstinner, georg.brandl, rhettinger, r.david.murray, lukasz.langa, the_isz
2011-04-06 09:36:09vstinnersetmessageid: <1302082569.99.0.280991081785.issue11597@psf.upfronthosting.co.za>
2011-04-06 09:36:09vstinnerlinkissue11597 messages
2011-04-06 09:36:09vstinnercreate