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 serhiy.storchaka
Recipients ezio.melotti, pitrou, rhettinger, serhiy.storchaka
Date 2012-11-26.15:40:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353944414.37.0.762531579456.issue16559@psf.upfronthosting.co.za>
In-reply-to
Content
The json module tests contain testcases from the official testsuite (http://json.org/JSON_checker/test.zip). At the moment these testcases differ slightly and the proposed patch updates testcases to conform with the current official testsuite (which was changed 2007-10-05 last time).

I think tests updating can be applied to old Python versions.
History
Date User Action Args
2012-11-26 15:40:14serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, pitrou, ezio.melotti
2012-11-26 15:40:14serhiy.storchakasetmessageid: <1353944414.37.0.762531579456.issue16559@psf.upfronthosting.co.za>
2012-11-26 15:40:14serhiy.storchakalinkissue16559 messages
2012-11-26 15:40:13serhiy.storchakacreate