New submission from Martin v. Löwis <mar...@v.loewis.de>: In http://stackoverflow.com/questions/1611799/preserve-case-in-configparser, somebody is confused about adjusting ConfigParser.optionxform. The documentation is indeed confusing, in particular by claiming that you should "set" it to "str()". Even if you get what is meant by "setting" (i.e. not "calling"), it's still nonsensical to suggest that it should be set to an empty string.
---------- assignee: georg.brandl components: Documentation messages: 94375 nosy: georg.brandl, loewis severity: normal status: open title: optionxform documentation confusing _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue7188> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com