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 r.david.murray
Recipients belopolsky, brian.curtin, georg.brandl, maker, michael.foord, r.david.murray
Date 2012-03-17.19:59:51
SpamBayes Score 5.6508014e-07
Marked as misclassified No
Message-id <1332014391.96.0.972026307434.issue12757@psf.upfronthosting.co.za>
In-reply-to
Content
OK, ./python -OO -m test test_json will trigger it.

Updated fix attached.  I'm not completely happy with it, though, since it prints the 'skipping test from module XXX' twice, and I don't know why (some unittest thing I'm not getting right, doubtless).
History
Date User Action Args
2012-03-17 19:59:52r.david.murraysetrecipients: + r.david.murray, georg.brandl, belopolsky, michael.foord, brian.curtin, maker
2012-03-17 19:59:51r.david.murraysetmessageid: <1332014391.96.0.972026307434.issue12757@psf.upfronthosting.co.za>
2012-03-17 19:59:51r.david.murraylinkissue12757 messages
2012-03-17 19:59:51r.david.murraycreate