mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Issue #11297: Add collections.ChainMap()
This commit is contained in:
parent
692f038a5d
commit
9fe1ccfb5a
6 changed files with 123 additions and 7 deletions
|
|
@ -120,7 +120,7 @@ ConfigParser -- responsible for parsing a list of
|
|||
"""
|
||||
|
||||
from collections.abc import MutableMapping
|
||||
from collections import OrderedDict as _default_dict, _ChainMap
|
||||
from collections import OrderedDict as _default_dict, ChainMap as _ChainMap
|
||||
import functools
|
||||
import io
|
||||
import itertools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue