[docs] [issue9407] ConfigParser documentation does not mention ConfigParser.Error as base exception class for ConfigParser exceptions

Andrew Wu report at bugs.python.org
Thu Jul 29 00:49:27 CEST 2010


New submission from Andrew Wu <andrewwu at gmail.com>:

* 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.

----------
assignee: docs at python
components: Documentation
messages: 111866
nosy: docs at python, pekkle
priority: normal
severity: normal
status: open
title: ConfigParser documentation does not mention ConfigParser.Error as base exception class for ConfigParser exceptions
type: feature request
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9407>
_______________________________________


More information about the docs mailing list