[issue23096] Implementation-depended pickling floats with protocol 0

Serhiy Storchaka report at bugs.python.org
Sun Dec 21 09:58:21 CET 2014


Serhiy Storchaka added the comment:

Python implementation uses repr(value) and C implementation uses '%.17g' % value.

----------

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


More information about the Python-bugs-list mailing list