From: Fred Drake Date: Fri, 23 Oct 2009 13:04:51 +0000 (+0000) Subject: add further note about what's passed to optionxform X-Git-Tag: v2.7a1~268 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d617cba62d16485cf004f1c2dec0e072d592e0ea;p=thirdparty%2FPython%2Fcpython.git add further note about what's passed to optionxform --- diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst index 1af14cccc091..2d8aa50e4c29 100644 --- a/Doc/library/configparser.rst +++ b/Doc/library/configparser.rst @@ -349,6 +349,9 @@ RawConfigParser Objects ... cfgparser.optionxform = str + Note that when reading configuration files, whitespace around the + option names are stripped before :meth:``optionxform`` is called. + .. _configparser-objects: