mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
add further note about what's passed to optionxform
This commit is contained in:
parent
b119ca9df4
commit
d617cba62d
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue