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 pekkle
Recipients docs@python, pekkle
Date 2010-07-28.22:49:24
SpamBayes Score 0.03820479
Marked as misclassified No
Message-id <1280357367.5.0.752576251051.issue9407@psf.upfronthosting.co.za>
In-reply-to
Content
* Reference bug http://bugs.python.org/issue9406
* Reference documentation at http://docs.python.org/library/configparser.html

The docs list all the specific errors to look out for, but does not mention the base exception class for ConfigParser errors (ConfigParser.Error).  It may be useful to mention it to show the exception heirarchy as well as in the case a user may want to catch all ConfigParser errors generally.
History
Date User Action Args
2010-07-28 22:49:27pekklesetrecipients: + pekkle, docs@python
2010-07-28 22:49:27pekklesetmessageid: <1280357367.5.0.752576251051.issue9407@psf.upfronthosting.co.za>
2010-07-28 22:49:25pekklelinkissue9407 messages
2010-07-28 22:49:25pekklecreate