New submission from Andrew Wu <andre...@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: d...@python components: Documentation messages: 111866 nosy: d...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue9407> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com