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 rhettinger
Recipients barry, bob.ippolito, docs@python, doerwalter, fdrake, llnik, pitrou, rhettinger
Date 2010-11-02.20:35:44
SpamBayes Score 0.0002500218
Marked as misclassified No
Message-id <1288730147.66.0.0404222266806.issue10038@psf.upfronthosting.co.za>
In-reply-to
Content
To mitigate possible negative impacts from changing the return type, consider adding a parse_string hook that lets users control the return type:

   json.loads(f, parse_int=decimal.Decimal, parse_string=repr)
History
Date User Action Args
2010-11-02 20:35:47rhettingersetrecipients: + rhettinger, fdrake, barry, doerwalter, bob.ippolito, pitrou, docs@python, llnik
2010-11-02 20:35:47rhettingersetmessageid: <1288730147.66.0.0404222266806.issue10038@psf.upfronthosting.co.za>
2010-11-02 20:35:45rhettingerlinkissue10038 messages
2010-11-02 20:35:44rhettingercreate