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 bob.ippolito
Recipients aronacher, bob.ippolito, cheeaun, rhettinger
Date 2009-03-29.22:37:54
SpamBayes Score 3.920424e-06
Marked as misclassified No
Message-id <1238366276.3.0.943085864181.issue5381@psf.upfronthosting.co.za>
In-reply-to
Content
I fixed two problems with this that didn't show up in the test suite, this 
feature didn't work in load() and there was a problem with the pure python 
code path because the Python scanner needed a small change. Unfortunately 
I'm not sure how to best test the pure python code path with Python's test 
suite, but I ran across it when backporting to simplejson.

r70702
History
Date User Action Args
2009-03-29 22:37:56bob.ippolitosetrecipients: + bob.ippolito, rhettinger, aronacher, cheeaun
2009-03-29 22:37:56bob.ippolitosetmessageid: <1238366276.3.0.943085864181.issue5381@psf.upfronthosting.co.za>
2009-03-29 22:37:55bob.ippolitolinkissue5381 messages
2009-03-29 22:37:54bob.ippolitocreate