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

Fred L. Drake, Jr. report at bugs.python.org
Mon Aug 26 17:02:03 CEST 2013


Fred L. Drake, Jr. added the comment:

When I read "... that can take almost any Python object  ...", I don't think the recommendation is about just a few types.

The Zope and ZODB communities certainly use pickle extensively, we're aware of the security implications, and we send pickled data over the network all the time.

----------

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


More information about the docs mailing list