[Python-checkins] r83229 - python/branches/py3k/Doc/library/configparser.rst

georg.brandl python-checkins at python.org
Thu Jul 29 16:32:27 CEST 2010


Author: georg.brandl
Date: Thu Jul 29 16:32:22 2010
New Revision: 83229

Log:
#9407: document configparser.Error.

Modified:
   python/branches/py3k/Doc/library/configparser.rst

Modified: python/branches/py3k/Doc/library/configparser.rst
==============================================================================
--- python/branches/py3k/Doc/library/configparser.rst	(original)
+++ python/branches/py3k/Doc/library/configparser.rst	Thu Jul 29 16:32:22 2010
@@ -178,6 +178,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.


More information about the Python-checkins mailing list