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 <rep...@bugs.python.org>
<http://bugs.python.org/issue18840>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to