mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #11085: Moved collections abstract base classes into a separate module
called collections.abc, following the pattern used by importlib.abc. For backwards compatibility, the names continue to also be imported into the collections module.
This commit is contained in:
parent
ecc26923cd
commit
158c9c26fc
8 changed files with 163 additions and 135 deletions
1032
Lib/collections/__init__.py
Normal file
1032
Lib/collections/__init__.py
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue