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 eric.araujo
Recipients cvrebert, eli.bendersky, eric.araujo, ncoghlan, pitrou
Date 2012-02-12.05:32:06
SpamBayes Score 1.3359256e-06
Marked as misclassified No
Message-id <1329024728.19.0.974961899202.issue13997@psf.upfronthosting.co.za>
In-reply-to
Content
IMO it is a fact that the characters used by human languages are stored as bytes by computers, so a programmer needs to know the basics about text handling and encoding.  I don’t like the idea of a built-in function helping people to put their hands on their ears and sing “la-la-la everything is ASCII”.  I know that it is hard to find oneself confronted with a UnicodeDecodeError, I’ve been there, but then I learned.  My hope is that good explanations in the FAQ, howto and library ref (with good PageRank, so that people googling error messages find us) can help people understand how to work with text.

That said, I’m going to re-read Armin’s post about Python 3 and Nick’s reply to it to understand your position better.

can’t-put-my-damn-name-in-so-many-websites-in-2012-grumble’ly yours
History
Date User Action Args
2012-02-12 05:32:08eric.araujosetrecipients: + eric.araujo, ncoghlan, pitrou, eli.bendersky, cvrebert
2012-02-12 05:32:08eric.araujosetmessageid: <1329024728.19.0.974961899202.issue13997@psf.upfronthosting.co.za>
2012-02-12 05:32:07eric.araujolinkissue13997 messages
2012-02-12 05:32:06eric.araujocreate