]> granicus.if.org Git - python/commit
#5741: dont disallow double percent signs in SafeConfigParser.set() keys.
authorGeorg Brandl <georg@python.org>
Sun, 12 Apr 2009 17:24:11 +0000 (17:24 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 12 Apr 2009 17:24:11 +0000 (17:24 +0000)
commit21cf5ee6fdb190393d27b03f6b3c5453d97859df
tree2a6e224bb253d75c3e60e6e3da69325fc8947acf
parent3295eed64b8d43d9dc090c169942192c8d1b781b
#5741: dont disallow double percent signs in SafeConfigParser.set() keys.
Lib/ConfigParser.py
Lib/test/test_cfgparser.py
Misc/NEWS