summaryrefslogtreecommitdiffstats
path: root/Doc/library/configparser.rst
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2011-05-10 13:25:41 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2011-05-10 13:25:41 (GMT)
commitcda41d3bf74f97f8956eb9018bdc02c693b65282 (patch)
tree79244473ec519253b52992d1a9794ee85281952a /Doc/library/configparser.rst
parentbb1cf8d9bc8c2364a1d9653e432c7c458bb3879b (diff)
downloadcpython-cda41d3bf74f97f8956eb9018bdc02c693b65282.zip
cpython-cda41d3bf74f97f8956eb9018bdc02c693b65282.tar.gz
cpython-cda41d3bf74f97f8956eb9018bdc02c693b65282.tar.bz2
Actually print out the description of what changed.
Diffstat (limited to 'Doc/library/configparser.rst')
-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.