diff options
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) |
commit | cda41d3bf74f97f8956eb9018bdc02c693b65282 (patch) | |
tree | 79244473ec519253b52992d1a9794ee85281952a | |
parent | bb1cf8d9bc8c2364a1d9653e432c7c458bb3879b (diff) | |
download | cpython-cda41d3bf74f97f8956eb9018bdc02c693b65282.zip cpython-cda41d3bf74f97f8956eb9018bdc02c693b65282.tar.gz cpython-cda41d3bf74f97f8956eb9018bdc02c693b65282.tar.bz2 |
Actually print out the description of what changed.
-rw-r--r-- | Doc/library/configparser.rst | 1 |
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. |