We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a0e80 commit 04694a3Copy full SHA for 04694a3
1 file changed
Doc/library/configparser.rst
@@ -721,6 +721,12 @@ be overridden by subclasses or by attribute assignment.
721
>>> list(custom['Section2'].keys())
722
['AnotherKey']
723
724
+ .. note::
725
+ The optionxform function transforms option names to a canonical form.
726
+ This should be an idempotent function: if the name is already in
727
+ canonical form, it should be returned unchanged.
728
+
729
730
.. attribute:: ConfigParser.SECTCRE
731
732
A compiled regular expression used to parse section headers. The default
0 commit comments