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, alexandre.vassalotti, ezio.melotti, nascheme, vstinner
Date 2009-05-03.23:48:28
SpamBayes Score 0.0032690358
Marked as misclassified No
Message-id <1241394509.94.0.213487467965.issue1266570@psf.upfronthosting.co.za>
In-reply-to
Content
PEP 349 was rejected because it breaks backward compatibility, eg. it 
breaks the assomption that str(u"x") converts unicode to byte string.

Python3 is the only good fix for all byte/character Python2 issues.
History
Date User Action Args
2009-05-03 23:48:30vstinnersetrecipients: + vstinner, nascheme, ajaksu2, alexandre.vassalotti, ezio.melotti
2009-05-03 23:48:29vstinnersetmessageid: <1241394509.94.0.213487467965.issue1266570@psf.upfronthosting.co.za>
2009-05-03 23:48:28vstinnerlinkissue1266570 messages
2009-05-03 23:48:28vstinnercreate