]> granicus.if.org Git - python/commit
bpo-30144: Import collections ABC from collections.abc rather than collections. ...
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 24 Apr 2017 06:05:00 +0000 (09:05 +0300)
committerGitHub <noreply@github.com>
Mon, 24 Apr 2017 06:05:00 +0000 (09:05 +0300)
commit2e576f5aec1f8f23f07001e2eb3db9276851a4fc
tree0c42af143f2ab71bce5865aa72056330fcc510db
parent9eb5ca0774f94215be48442100c829db2484e146
bpo-30144: Import collections ABC from collections.abc rather than collections. (#1263)
22 files changed:
Doc/library/http.client.rst
Doc/reference/datamodel.rst
Lib/asyncio/base_events.py
Lib/cgi.py
Lib/dbm/dumb.py
Lib/http/client.py
Lib/idlelib/pyparse.py
Lib/lib2to3/fixes/fix_operator.py
Lib/locale.py
Lib/logging/__init__.py
Lib/pathlib.py
Lib/selectors.py
Lib/shelve.py
Lib/test/test_dictviews.py
Lib/test/test_functools.py
Lib/test/test_hash.py
Lib/test/test_pathlib.py
Lib/test/test_statistics.py
Lib/test/test_typing.py
Lib/tracemalloc.py
Lib/weakref.py
Lib/xml/etree/ElementTree.py