]> granicus.if.org Git - python/commit
Issue #11085: Moved collections abstract base classes into a separate module
authorRaymond Hettinger <python@rcn.com>
Tue, 22 Feb 2011 00:41:50 +0000 (00:41 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 22 Feb 2011 00:41:50 +0000 (00:41 +0000)
commit158c9c26fca16dee2f7a8d89707cf9c149bd04f2
tree0d2dc227cb3abcf338e4dd4883fe5469f7c10d4e
parentecc26923cd8a0a3511e1fb89b4b13d74a1391b87
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.
Doc/library/collections.abc.rst [new file with mode: 0644]
Doc/library/collections.rst
Doc/library/datatypes.rst
Lib/collections/__init__.py [moved from Lib/collections.py with 99% similarity]
Lib/collections/abc.py [moved from Lib/_abcoll.py with 98% similarity]
Lib/os.py
Lib/test/regrtest.py
Misc/NEWS