]> granicus.if.org Git - python/commit
configparser: fixed inconsistency where in SafeConfigParser option values
authorŁukasz Langa <lukasz@langa.pl>
Sat, 4 Dec 2010 12:46:01 +0000 (12:46 +0000)
committerŁukasz Langa <lukasz@langa.pl>
Sat, 4 Dec 2010 12:46:01 +0000 (12:46 +0000)
commit2cf9ddb390564046242d7b0c5667c62843e74714
treeda6760e3fc78c4c8ffd0ca914c173359e8793c5d
parentd2a9b20efaa15b0152856a545b0206af21d06c5e
configparser: fixed inconsistency where in SafeConfigParser option values
 were ensured to be strings but section names and option keys were not.
 Behaviour unchanged for RawConfigParser and ConfigParser.
Doc/library/configparser.rst
Lib/configparser.py
Lib/test/test_cfgparser.py