[docs] [issue18840] Tutorial recommends pickle module without any warning of insecurity

Antoine Pitrou report at bugs.python.org
Thu Dec 5 18:46:01 CET 2013


Antoine Pitrou added the comment:

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

----------
Added file: http://bugs.python.org/file32994/tutjson.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18840>
_______________________________________


More information about the docs mailing list