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 corey
Recipients corey, docs@python
Date 2013-08-07.22:06:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375913191.45.0.0174536581066.issue18680@psf.upfronthosting.co.za>
In-reply-to
Content
Before someone comes in and tries to correct me, I know Python documentation is different than Javadocs. It is common to test if the JSON is malformed using a try...catch. What if I want to catch something more specific than Exception? The only way a user would know what to catch is to `python -c "import json; json.loads('FAIL')"`. Many other Python modules document which exception is raised on invalid input/parameters.
History
Date User Action Args
2013-08-07 22:06:31coreysetrecipients: + corey, docs@python
2013-08-07 22:06:31coreysetmessageid: <1375913191.45.0.0174536581066.issue18680@psf.upfronthosting.co.za>
2013-08-07 22:06:31coreylinkissue18680 messages
2013-08-07 22:06:31coreycreate