mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
#11515: Merge with 3.2.
This commit is contained in:
commit
373089239b
50 changed files with 59 additions and 59 deletions
|
@ -1,7 +1,7 @@
|
|||
__all__ = ['deque', 'defaultdict', 'namedtuple', 'UserDict', 'UserList',
|
||||
'UserString', 'Counter', 'OrderedDict']
|
||||
|
||||
# For backwards compatability, continue to make the collections ABCs
|
||||
# For backwards compatibility, continue to make the collections ABCs
|
||||
# available through the collections module.
|
||||
from collections.abc import *
|
||||
import collections.abc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue