| commit | 2cf9ddb390564046242d7b0c5667c62843e74714 | [log] [tgz] |
|---|---|---|
| author | Łukasz Langa <lukasz@langa.pl> | Sat Dec 04 12:46:01 2010 +0000 |
| committer | Łukasz Langa <lukasz@langa.pl> | Sat Dec 04 12:46:01 2010 +0000 |
| tree | da6760e3fc78c4c8ffd0ca914c173359e8793c5d | |
| parent | d2a9b20efaa15b0152856a545b0206af21d06c5e [diff] |
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.