Index: Doc/library/configparser.rst =================================================================== --- Doc/library/configparser.rst (revision 83216) +++ Doc/library/configparser.rst (working copy) @@ -179,6 +179,11 @@ *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.