]> granicus.if.org Git - python/commit
Patch #1603688: ConfigParser.SafeConfigParser now checks values that
authorGeorg Brandl <georg@python.org>
Tue, 13 Mar 2007 17:43:32 +0000 (17:43 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 13 Mar 2007 17:43:32 +0000 (17:43 +0000)
commit92a6baed7bfae3eaad31c47c5d80348b05a62d8c
tree51eacc5dcf468824ec0c8d44eee1b8cb3f8a80ff
parenta36cde4ccc24a90604899ea9d25d273a2c92c87c
Patch #1603688: ConfigParser.SafeConfigParser now checks values that
are set for invalid interpolation sequences that would lead to errors
on reading back those values.
Lib/ConfigParser.py
Lib/test/test_cfgparser.py
Misc/NEWS