Skip to content

Importing ABC directly from collections was deprecated and will be removed in Python 3.10 #186

Closed
@tirkarthi

Description

@tirkarthi

Describe the bug

Importing ABC directly from collections was deprecated and will be removed in Python 3.10 . Use collections.abc instead.

To Reproduce

rethinkdb/ast.py
87:    elif isinstance(val, collections.Callable):
108:    elif isinstance(val, collections.Mapping):
115:    elif isinstance(val, collections.Iterable):

System info

  • Python client version: 3.8

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingnot qualifiedThe issue is not checked yet by the owners

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions