New submission from James Tatum <jta...@gmail.com>: ConfigParser defines a number of exception classes which all ultimately derive from ConfigParser.Error. ConfigParser.Error, however, only derives from Exception. These should all derive from StandardError.
---------- components: Library (Lib) files: ConfigParser.StandardError.patch keywords: patch messages: 111852 nosy: jtatum priority: normal severity: normal status: open title: ConfigParser exceptions do not subclass StandardError versions: Python 2.6, Python 2.7 Added file: http://bugs.python.org/file18237/ConfigParser.StandardError.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue9406> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com