commit | d617cba62d16485cf004f1c2dec0e072d592e0ea | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Fri Oct 23 13:04:51 2009 +0000 |
committer | Fred Drake <fdrake@acm.org> | Fri Oct 23 13:04:51 2009 +0000 |
tree | 5886c1380ad622dc752167bd4dfdaab410a48ee0 | |
parent | b119ca9df4dd918c569c0831bae8ff2857d51d11 [diff] [blame] |
add further note about what's passed to optionxform
diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst index 1af14cc..2d8aa50 100644 --- a/Doc/library/configparser.rst +++ b/Doc/library/configparser.rst
@@ -349,6 +349,9 @@ ... cfgparser.optionxform = str + Note that when reading configuration files, whitespace around the + option names are stripped before :meth:``optionxform`` is called. + .. _configparser-objects: