Message 228555 - Python tracker
Message228555
| 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:47 | serhiy.storchaka | set | recipients: + serhiy.storchaka, rhettinger, bob.ippolito, pitrou, ezio.melotti, cvrebert, musically_ut |
| 2014-10-05 10:15:47 | serhiy.storchaka | set | messageid: <1412504147.41.0.782359594964.issue19361@psf.upfronthosting.co.za> |
| 2014-10-05 10:15:47 | serhiy.storchaka | link | issue19361 messages |
| 2014-10-05 10:15:47 | serhiy.storchaka | create | |