• Fred Drake's avatar
    ConfigParser: · aeeb22dd
    Fred Drake authored
    - don't allow setting options to non-string values; raise TypeError
      when the value is set, instead of raising an arbitrary exception
      later (such as when string interpolation is performed)
    - add tests, documentation
    (closes SF bug #810843)
    aeeb22dd
test_cfgparser.py 13 KB