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 ajaksu2, facundobatista, hthompson, lemburg, loewis, vstinner
Date 2009-02-12.11:49:23
SpamBayes Score 6.9747216e-08
Marked as misclassified No
Message-id <1234439365.49.0.00501762992646.issue637094@psf.upfronthosting.co.za>
In-reply-to
Content
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* ;-)
History
Date User Action Args
2009-02-12 11:49:25vstinnersetrecipients: + vstinner, lemburg, loewis, facundobatista, ajaksu2, hthompson
2009-02-12 11:49:25vstinnersetmessageid: <1234439365.49.0.00501762992646.issue637094@psf.upfronthosting.co.za>
2009-02-12 11:49:24vstinnerlinkissue637094 messages
2009-02-12 11:49:23vstinnercreate