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 pitrou
Recipients ChrisCooper, docs@python, dstufft, ezio.melotti, ncoghlan, pitrou, terry.reedy, westley.martinez
Date 2013-12-05.17:45:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386265560.51.0.456385932977.issue18840@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a modified patch. The changes are:
- pickle is deemphasized a lot more (it's moved into a "seealso")
- I replaced the terms "encoding" and "decoding" with "serializing" and "deserializing" (the former may be confusing for people who are already struggling to understand the bytes / unicode gap)
- I added a glossary entry for "text file" and pointed to it
History
Date User Action Args
2013-12-05 17:46:00pitrousetrecipients: + pitrou, terry.reedy, ncoghlan, ezio.melotti, docs@python, westley.martinez, ChrisCooper, dstufft
2013-12-05 17:46:00pitrousetmessageid: <1386265560.51.0.456385932977.issue18840@psf.upfronthosting.co.za>
2013-12-05 17:46:00pitroulinkissue18840 messages
2013-12-05 17:46:00pitroucreate