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

Antoine Pitrou report at bugs.python.org
Mon Feb 10 12:21:52 CET 2014


Antoine Pitrou added the comment:

> - 'Simple JSON decoder.'
> + 'A simple JSON decoder that splits JSON strings into JSON substrings
> that represent programming objects and then converts the substrings
> into Python objects.'

Please let's keep the description simple. Everyone is able to understand
what a JSON decoder is, and your suggested change is strangely confusing
("programming objects"?).

----------

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


More information about the Python-bugs-list mailing list