[issue34972] json dump silently converts int keys to string

Stuart Bishop report at bugs.python.org
Mon Apr 6 02:14:52 EDT 2020


Stuart Bishop <stuart at stuartbishop.net> added the comment:

(sorry, my example is normal Python behavior. {1:1, 1.0:2} == {1:2} , {1.0:1} == {1:1} )

----------
nosy: +stub

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34972>
_______________________________________


More information about the Python-bugs-list mailing list