[Python-checkins] r75627 - python/trunk/Doc/library/configparser.rst

fred.drake python-checkins at python.org
Fri Oct 23 15:04:52 CEST 2009


Author: fred.drake
Date: Fri Oct 23 15:04:51 2009
New Revision: 75627

Log:
add further note about what's passed to optionxform


Modified:
   python/trunk/Doc/library/configparser.rst

Modified: python/trunk/Doc/library/configparser.rst
==============================================================================
--- python/trunk/Doc/library/configparser.rst	(original)
+++ python/trunk/Doc/library/configparser.rst	Fri Oct 23 15:04:51 2009
@@ -349,6 +349,9 @@
       ...
       cfgparser.optionxform = str
 
+   Note that when reading configuration files, whitespace around the
+   option names are stripped before :meth:``optionxform`` is called.
+
 
 .. _configparser-objects:
 


More information about the Python-checkins mailing list