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 5ca4fe0 commit 9a838c5Copy full SHA for 9a838c5
1 file changed
Doc/library/configparser.rst
@@ -723,6 +723,12 @@ be overridden by subclasses or by attribute assignment.
723
>>> list(custom['Section2'].keys())
724
['AnotherKey']
725
726
+ .. note::
727
+ The optionxform function transforms option names to a canonical form.
728
+ This should be an idempotent function: if the name is already in
729
+ canonical form, it should be returned unchanged.
730
+
731
732
.. attribute:: ConfigParser.SECTCRE
733
734
A compiled regular expression used to parse section headers. The default
0 commit comments