FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Importing ABC directly from collections was deprecated and will be removed in Python 3.10 · Issue #186 · rethinkdb/rethinkdb-python · GitHub

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

Description

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


Back | FazBrowse Home | New Git URL