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 bob.ippolito, cvrebert, ezio.melotti, musically_ut, pitrou, rhettinger, serhiy.storchaka
Date 2014-10-05.10:15:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412504147.41.0.782359594964.issue19361@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch which adopts JSONDecodeError from simplejson.

Unlike to simplejson it is located in the json.decoder module (json uses different way to pass an error from scanner to decoder).
History
Date User Action Args
2014-10-05 10:15:47serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, bob.ippolito, pitrou, ezio.melotti, cvrebert, musically_ut
2014-10-05 10:15:47serhiy.storchakasetmessageid: <1412504147.41.0.782359594964.issue19361@psf.upfronthosting.co.za>
2014-10-05 10:15:47serhiy.storchakalinkissue19361 messages
2014-10-05 10:15:47serhiy.storchakacreate