Uploaded image for project: 'Python Driver'
  1. Python Driver
  2. PYTHON-1462

ABCs from collections must be imported from collections.abc

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Trivial - P5 Trivial - P5
    • 3.6.1
    • Affects Version/s: None
    • Component/s: None
    • None

      See this warning, new in Python 3.7:

      https://github.com/python/cpython/blob/c66f9f8d3909f588c251957d499599a1680e2320/Lib/collections/__init__.py#L49-L52

      Change all direct ABC imports from collections to collections.abc, when available (Python3).

            Assignee:
            bernie@mongodb.com Bernie Hackett
            Reporter:
            bernie@mongodb.com Bernie Hackett
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: