diff options
| author | Fred Drake <fdrake@acm.org> | 2009-10-23 13:04:51 (GMT) |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 2009-10-23 13:04:51 (GMT) |
| commit | d617cba62d16485cf004f1c2dec0e072d592e0ea (patch) | |
| tree | 5886c1380ad622dc752167bd4dfdaab410a48ee0 | |
| parent | b119ca9df4dd918c569c0831bae8ff2857d51d11 (diff) | |
| download | cpython-d617cba62d16485cf004f1c2dec0e072d592e0ea.zip cpython-d617cba62d16485cf004f1c2dec0e072d592e0ea.tar.gz cpython-d617cba62d16485cf004f1c2dec0e072d592e0ea.tar.bz2 | |
add further note about what's passed to optionxform
| -rw-r--r-- | Doc/library/configparser.rst | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ 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: |
