From 436ccdc7e7600247011b5b779968e485c928caa6 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 29 Jul 2010 14:32:22 +0000 Subject: [PATCH] #9407: document configparser.Error. --- Doc/library/configparser.rst | 5 +++++ 1 file changed, 5 insertions(+) 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. -- 2.47.3