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 kushal.das
Recipients kushal.das
Date 2012-08-10.10:12:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344593566.55.0.653447713109.issue15615@psf.upfronthosting.co.za>
In-reply-to
Content
Added two more tests in json module to test exception cases. 

test_extra_data: this test checks the error condition when we have extra data in the stream.

test_invalid_escape: this test checks for the invalid escape sequence in the stream
History
Date User Action Args
2012-08-10 10:12:46kushal.dassetrecipients: + kushal.das
2012-08-10 10:12:46kushal.dassetmessageid: <1344593566.55.0.653447713109.issue15615@psf.upfronthosting.co.za>
2012-08-10 10:12:45kushal.daslinkissue15615 messages
2012-08-10 10:12:45kushal.dascreate