]> granicus.if.org Git - python/commitdiff
New module names are lowercase
authorRaymond Hettinger <python@rcn.com>
Tue, 14 Apr 2009 08:05:31 +0000 (08:05 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 14 Apr 2009 08:05:31 +0000 (08:05 +0000)
Doc/whatsnew/3.1.rst

index f30968f98240612349c09bac4453efda707bbd9c..d25307b7d36ec754da5f3018fa033376ea7b4019 100644 (file)
@@ -67,7 +67,7 @@ the original insertion position is left unchanged.  Deleting an entry and
 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