From 7f5d746cdfae71ead2a646a16259fa33e934a3f2 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Tue, 14 Apr 2009 08:05:31 +0000 Subject: [PATCH] New module names are lowercase --- Doc/whatsnew/3.1.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.1.rst b/Doc/whatsnew/3.1.rst index f30968f982..d25307b7d3 100644 --- a/Doc/whatsnew/3.1.rst +++ b/Doc/whatsnew/3.1.rst @@ -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 -- 2.40.0