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.22:33:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370730801.53.0.909538014442.issue4153@psf.upfronthosting.co.za>
In-reply-to
Content
Updated version of my patch, which adds two more todo items and handles Ezio's review comments:

* Switch from Greek examples to French, and remove non-Latin-1 characters.

* Change language for bytes.decode to "but supports a few more possible handlers".

* Describe Unicode support in the re module.

* Describe StreamRecoder.  I don't see why StreamReaderWriter would need to be mentioned.

I do not intend to do the remaining items on the todo list (clarify some more terms; make it work with doctest).
History
Date User Action Args
2013-06-08 22:33:22akuchlingsetrecipients: + akuchling, georg.brandl, rhettinger, terry.reedy, ncoghlan, belopolsky, ezio.melotti, eric.araujo, cvrebert, python-dev
2013-06-08 22:33:21akuchlingsetmessageid: <1370730801.53.0.909538014442.issue4153@psf.upfronthosting.co.za>
2013-06-08 22:33:21akuchlinglinkissue4153 messages
2013-06-08 22:33:21akuchlingcreate