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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=436ccdc7e7600247011b5b779968e485c928caa6;p=python #9407: document configparser.Error. --- diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst index 25e3cbefbb..a1f64fb5a6 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.