[docs] [issue18840] Tutorial recommends pickle module without any warning of insecurity
Donald Stufft
report at bugs.python.org
Mon Aug 26 14:59:38 CEST 2013
Donald Stufft added the comment:
Further more the tutorial claims it's the standard way of persisting data which in my experience it's far from that due to the security concerns. I've seen very little actual use of pickle in the wild (and when it was used it was often used by people who didn't understand the security implications).
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18840>
_______________________________________
More information about the docs
mailing list