Skip to content

Warning: Using or importing ABCs from collections is deprecated #619

@huangsam

Description

@huangsam

I recently encountered the following warning while running python-docx:

section.py:7: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
    from collections import Sequence

I noticed that other third-party packages have encountered this same issue and resolved it. See marshmallow-code/marshmallow#1027 for example.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions