summaryrefslogtreecommitdiffstats
path: root/Doc/library/configparser.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-07-29 14:32:22 (GMT)
committerGeorg Brandl <georg@python.org>2010-07-29 14:32:22 (GMT)
commit436ccdc7e7600247011b5b779968e485c928caa6 (patch)
tree91d764d2e1042426f9be0d82ce281551d569e52b /Doc/library/configparser.rst
parent8ee604b9890e02c4ed2fcf12f0223d8c8c4c7508 (diff)
downloadcpython-436ccdc7e7600247011b5b779968e485c928caa6.zip
cpython-436ccdc7e7600247011b5b779968e485c928caa6.tar.gz
cpython-436ccdc7e7600247011b5b779968e485c928caa6.tar.bz2
#9407: document configparser.Error.
Diffstat (limited to 'Doc/library/configparser.rst')
-rw-r--r--Doc/library/configparser.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst
index 25e3cbe..a1f64fb 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.