[Python-checkins] r71598 - python/branches/py3k/Doc/whatsnew/3.1.rst

raymond.hettinger python-checkins at python.org
Tue Apr 14 10:05:31 CEST 2009


Author: raymond.hettinger
Date: Tue Apr 14 10:05:31 2009
New Revision: 71598

Log:
New module names are lowercase

Modified:
   python/branches/py3k/Doc/whatsnew/3.1.rst

Modified: python/branches/py3k/Doc/whatsnew/3.1.rst
==============================================================================
--- python/branches/py3k/Doc/whatsnew/3.1.rst	(original)
+++ python/branches/py3k/Doc/whatsnew/3.1.rst	Tue Apr 14 10:05:31 2009
@@ -67,7 +67,7 @@
 reinserting it will move it to the end.
 
 The standard library now supports use of ordered dictionaries in several
-modules.  The :mod:`ConfigParser` module uses them by default.  This lets
+modules.  The :mod:`configparser` module uses them by default.  This lets
 configuration files be read, modified, and then written back in their original
 order.  The :mod:`collections` module's :meth:`namedtuple._asdict` method now
 returns an ordered dictionary with the values appearing in the same order as


More information about the Python-checkins mailing list