mirror of https://github.com/python/cpython.git
add further note about what's passed to optionxform
This commit is contained in:
parent
b119ca9df4
commit
d617cba62d
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue