mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
New module names are lowercase
This commit is contained in:
parent
3a794c4add
commit
7f5d746cdf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue