]> granicus.if.org Git - python/commit
Closes #11324: ConfigParser(interpolation=None) doesn't work.
authorŁukasz Langa <lukasz@langa.pl>
Thu, 28 Apr 2011 15:03:45 +0000 (17:03 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Thu, 28 Apr 2011 15:03:45 +0000 (17:03 +0200)
commit1aa422fe8f056fd0000da45a67d875adc75cf034
treec0682c6861b6630d6daa86a951852aee3d6e1c09
parentf53111339779011df6337a69fcd119644f0500b4
Closes #11324: ConfigParser(interpolation=None) doesn't work.

Initial patches by Tobias Brink. Thanks!
Lib/configparser.py
Lib/test/test_cfgparser.py
Misc/ACKS