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 terry.reedy
Recipients docs@python, dstufft, pitrou, terry.reedy, westley.martinez
Date 2013-08-30.23:27:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <52212A2C.9090104@udel.edu>
In-reply-to <1377904047.08.0.366787760561.issue18840@psf.upfronthosting.co.za>
Content
> How about we simply add the warning from http://docs.python.org/3/library/pickle.html#module-pickle to the beginning (or end) of the section?

That is one possibility.

> The Official Python Tutorial has always assumed a certain programmer's competence.

Such a person is much more likely to know about and find use for 
language independent json than Python-specific pickle. The tutorial was 
written before json existed, but if it were written today, json would 
seem to me to be the better choice for first exposure to serialization. 
If someone cares enough to write a patch, I think it should be considered.
History
Date User Action Args
2013-08-30 23:27:03terry.reedysetrecipients: + terry.reedy, pitrou, docs@python, westley.martinez, dstufft
2013-08-30 23:27:03terry.reedylinkissue18840 messages
2013-08-30 23:27:02terry.reedycreate