]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Closes #11670: configparser read_file now iterates over f.
authorŁukasz Langa <lukasz@langa.pl>
Wed, 27 Apr 2011 16:10:05 +0000 (18:10 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Wed, 27 Apr 2011 16:10:05 +0000 (18:10 +0200)
commitdaab1c80928108a3b2ddf19c0245fe15af1b1fd3
treea45cada2685b2b8067b975d31649e8d294d60509
parent944d16c6c490f5e3933f8a729d810f60d3bab1d3
Closes #11670: configparser read_file now iterates over f.
Doc/library/configparser.rst
Lib/configparser.py
Lib/test/test_cfgparser.py