This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients docs@python, ezio.melotti, jcea, mark.dickinson, nedbat, picomancer, pitrou, serhiy.storchaka, terry.reedy, tim.peters, vajrasky
Date 2014-02-10.11:21:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392031310.2284.2.camel@fsol>
In-reply-to <1392027613.82.0.668330214697.issue19871@psf.upfronthosting.co.za>
Content
> - '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"?).
History
Date User Action Args
2014-02-10 11:21:52pitrousetrecipients: + pitrou, tim.peters, terry.reedy, jcea, mark.dickinson, nedbat, ezio.melotti, docs@python, serhiy.storchaka, vajrasky, picomancer
2014-02-10 11:21:52pitroulinkissue19871 messages
2014-02-10 11:21:52pitroucreate