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

Fred L. Drake, Jr. report at bugs.python.org
Mon Aug 26 14:51:40 CEST 2013


Fred L. Drake, Jr. added the comment:

Advising the reader to be aware of the security warnings in the API documentation seems sufficient.

JSON isn't intended to support arbitrary data, and that's what this section is discussing.  Another section about data interchange with other applications (regardless of language), may be a reasonable addition, or a good candidate for a separate How-To document that can be referenced.

----------
nosy: +fdrake

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


More information about the docs mailing list