diff options
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) |
commit | 3c6e4dd11fa2c3d43f94a6d5c6e2af221ac5cf99 (patch) | |
tree | b35e05e819745756566861e57663a49d592a8a1e | |
parent | 463ac515eee16d5c242c266238c644ee15a16124 (diff) | |
parent | cda41d3bf74f97f8956eb9018bdc02c693b65282 (diff) | |
download | cpython-3c6e4dd11fa2c3d43f94a6d5c6e2af221ac5cf99.zip cpython-3c6e4dd11fa2c3d43f94a6d5c6e2af221ac5cf99.tar.gz cpython-3c6e4dd11fa2c3d43f94a6d5c6e2af221ac5cf99.tar.bz2 |
Merged trivial doc fix from 3.2.
-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. |