]> granicus.if.org Git - python/commit
(Finally!) Changes related to the ConfigParser/INI-file topics
authorFred Drake <fdrake@acm.org>
Mon, 28 Feb 2000 20:59:03 +0000 (20:59 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 28 Feb 2000 20:59:03 +0000 (20:59 +0000)
commitc517b9b40646a2aac735a82a0334fbc4bff04654
tree4047c577ebb6319056d57e9a56ac063bb2464378
parent048e6103f29d0720d52a64dcecdebdec9eb7c780
(Finally!)  Changes related to the ConfigParser/INI-file topics
discussed on c.l.py last January.  Specifically:
  - more characters allowed in section & option names
  - if '=' is used to separate the option & value, the value can be
    followed by a comment of the form '\s;'
Lib/ConfigParser.py