From: Georg Brandl Date: Thu, 29 Jul 2010 14:32:22 +0000 (+0000) Subject: #9407: document configparser.Error. X-Git-Tag: v3.2a1~64 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=436ccdc7e7600247011b5b779968e485c928caa6;p=thirdparty%2FPython%2Fcpython.git #9407: document configparser.Error. --- diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst index 25e3cbefbb63..a1f64fb5a696 100644 --- a/Doc/library/configparser.rst +++ b/Doc/library/configparser.rst @@ -178,6 +178,11 @@ keys within each section. *allow_no_value* were added. +.. exception:: Error + + Base class for all other configparser exceptions. + + .. exception:: NoSectionError Exception raised when a specified section is not found.