[Python-checkins] [python/cpython] 2e576f: bpo-30144: Import collections ABC from collections...

GitHub noreply at github.com
Mon Apr 24 02:05:01 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 2e576f5aec1f8f23f07001e2eb3db9276851a4fc
      https://github.com/python/cpython/commit/2e576f5aec1f8f23f07001e2eb3db9276851a4fc
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-04-24 (Mon, 24 Apr 2017)

  Changed paths:
    M Doc/library/http.client.rst
    M Doc/reference/datamodel.rst
    M Lib/asyncio/base_events.py
    M Lib/cgi.py
    M Lib/dbm/dumb.py
    M Lib/http/client.py
    M Lib/idlelib/pyparse.py
    M Lib/lib2to3/fixes/fix_operator.py
    M Lib/locale.py
    M Lib/logging/__init__.py
    M Lib/pathlib.py
    M Lib/selectors.py
    M Lib/shelve.py
    M Lib/test/test_dictviews.py
    M Lib/test/test_functools.py
    M Lib/test/test_hash.py
    M Lib/test/test_pathlib.py
    M Lib/test/test_statistics.py
    M Lib/test/test_typing.py
    M Lib/tracemalloc.py
    M Lib/weakref.py
    M Lib/xml/etree/ElementTree.py

  Log Message:
  -----------
  bpo-30144: Import collections ABC from collections.abc rather than collections. (#1263)




More information about the Python-checkins mailing list