]> granicus.if.org Git - python/commit
Patch suggested (and partially provided) by Lars Damerow: instead of
authorGuido van Rossum <guido@python.org>
Thu, 17 Jun 1999 18:41:42 +0000 (18:41 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 17 Jun 1999 18:41:42 +0000 (18:41 +0000)
commit9e480adf9b3520ea3deb322fd1214f53a2293a0d
tree98de91fae62b4b773f4aa8c333db7de4af23a3d8
parente01978996236ab1a860684cd522604aadcb0d6d7
Patch suggested (and partially provided) by Lars Damerow: instead of
always lowercasing the option name, call a method optionxform() which
can be overridden.  Also make the regexps SECTRE and OPTRE non-private
variables so they can also be overridden.
Lib/ConfigParser.py