[Python-checkins] cpython (merge 3.2 -> default): Merged solution for #12036 from 3.2
lukasz.langa
python-checkins at python.org
Mon May 9 18:51:08 CEST 2011
http://hg.python.org/cpython/rev/2d984cc4afb0
changeset: 69988:2d984cc4afb0
parent: 69986:05f3497c32c7
parent: 69987:62e2b74c3bfc
user: Łukasz Langa <lukasz at langa.pl>
date: Mon May 09 18:50:47 2011 +0200
summary:
Merged solution for #12036 from 3.2
files:
Doc/library/configparser.rst | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst
--- a/Doc/library/configparser.rst
+++ b/Doc/library/configparser.rst
@@ -1064,6 +1064,11 @@
given *section*. Optional arguments have the same meaning as for the
: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.
.. method:: set(section, option, value)
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list