summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2011-05-10 13:26:22 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2011-05-10 13:26:22 (GMT)
commit3c6e4dd11fa2c3d43f94a6d5c6e2af221ac5cf99 (patch)
treeb35e05e819745756566861e57663a49d592a8a1e
parent463ac515eee16d5c242c266238c644ee15a16124 (diff)
parentcda41d3bf74f97f8956eb9018bdc02c693b65282 (diff)
downloadcpython-3c6e4dd11fa2c3d43f94a6d5c6e2af221ac5cf99.zip
cpython-3c6e4dd11fa2c3d43f94a6d5c6e2af221ac5cf99.tar.gz
cpython-3c6e4dd11fa2c3d43f94a6d5c6e2af221ac5cf99.tar.bz2
Merged trivial doc fix from 3.2.
-rw-r--r--Doc/library/configparser.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst
index 5b20bb7..c84e423 100644
--- a/Doc/library/configparser.rst
+++ b/Doc/library/configparser.rst
@@ -1065,7 +1065,6 @@ ConfigParser Objects
:meth:`get` method.
.. versionchanged:: 3.2
-
Items present in *vars* no longer appear in the result. The previous
behaviour mixed actual parser options with variables provided for
interpolation.