[issue11786] ConfigParser.[Raw]ConfigParser optionxform()

Łukasz Langa report at bugs.python.org
Wed Apr 6 19:43:33 CEST 2011


Łukasz Langa <lukasz at langa.pl> added the comment:

The documentation may be poorly worded but `optionxform()` has always been used also by RawConfigParser. It has been that way since the introduction of this class in Python 2.3 (previously there was only one ConfigParser class which used `optionxform()` since at least Python 1.6).

Both the documentation and the code have seen significant updates in Python 3.2 and there the situation is more explicit.

I'll rephrase the docs for 2.7.

----------
resolution:  -> accepted

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11786>
_______________________________________


More information about the Python-bugs-list mailing list