[Python-checkins] cpython (3.2): Actually print out the description of what changed.

lukasz.langa python-checkins at python.org
Tue May 10 15:26:27 CEST 2011


http://hg.python.org/cpython/rev/7254c03b7180
changeset:   70008:7254c03b7180
branch:      3.2
parent:      70003:d5d91b14b238
user:        Łukasz Langa <lukasz at langa.pl>
date:        Tue May 10 15:25:41 2011 +0200
summary:
  Actually print out the description of what changed.

files:
  Doc/library/configparser.rst |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst
--- a/Doc/library/configparser.rst
+++ b/Doc/library/configparser.rst
@@ -1065,7 +1065,6 @@
       :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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list