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 akuchling
Recipients akuchling, belopolsky, cvrebert, eric.araujo, ezio.melotti, georg.brandl, ncoghlan, python-dev, rhettinger, terry.reedy
Date 2013-06-08.19:46:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370720806.39.0.18517395828.issue4153@psf.upfronthosting.co.za>
In-reply-to
Content
Continuing my tour of the howtos, here's a patch making many of the changes discussed here and on issue13997.  Changes made:

* state that python3 source encoding is UTF-8, and give examples

* mention surrogateescape in the 'tips and tricks' section, and backslashreplace in the "Python's Unicode Support" section.

* default filesystem encoding is now UTF-8, not ascii.

* link to Nick Coghlan's and Ned Batchelder's notes/presentations.

* remove revision history

* remove usage of "I think", "I'm not going to", etc.

* update acks section

Things I did *not* do, though they were suggested:

* Move tip "Software should only work with Unicode strings internally" from the last section to somewhere earlier and more prominent.  Perhaps it could go somewhere in the "Python's Unicode Support" section.

* mention codecs.StreamRecoder and StreamReaderWriter (I could put this in 'tips and tricks').

* Examples should be properly marked up to allow sphinx to run them and check the output.  (May not be possible.)

* mention unicode support in re module

* clarify some more terms (e.g. codepoints, code units, characters, possibly scalar values etc.) -- I don't see why they matter, since we don't use them.
History
Date User Action Args
2013-06-08 19:46:47akuchlingsetrecipients: + akuchling, georg.brandl, rhettinger, terry.reedy, ncoghlan, belopolsky, ezio.melotti, eric.araujo, cvrebert, python-dev
2013-06-08 19:46:46akuchlingsetmessageid: <1370720806.39.0.18517395828.issue4153@psf.upfronthosting.co.za>
2013-06-08 19:46:46akuchlinglinkissue4153 messages
2013-06-08 19:46:46akuchlingcreate