[docs] [issue19871] json module won't parse a float that starts with a decimal point

Terry J. Reedy report at bugs.python.org
Mon Feb 10 11:27:39 CET 2014


Terry J. Reedy added the comment:

> My point is that Python and JSON are two different languages which have different syntaxes.

That is also the point of the generic note I suggested, which explains the consequence of the difference (rejection by JSON parser before calling Python constructor), with just one example given.

----------

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


More information about the docs mailing list