[docs] [issue18840] Tutorial recommends pickle module without any warning of insecurity
Antoine Pitrou
report at bugs.python.org
Mon Aug 26 17:52:11 CEST 2013
Antoine Pitrou added the comment:
By the way, there is one difference between json and pickle in this context: json will output a text serialization, pickle a binary one. If serializing to a binary file, users must do the (utf-8, most likely) encoding themselves.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18840>
_______________________________________
More information about the docs
mailing list