Skip to content

Fix DeprecationWarning in Python 3.7#108

Closed
stevenwinfield wants to merge 1 commit into
harvimt:masterfrom
stevenwinfield:patch-1
Closed

Fix DeprecationWarning in Python 3.7#108
stevenwinfield wants to merge 1 commit into
harvimt:masterfrom
stevenwinfield:patch-1

Conversation

@stevenwinfield

Copy link
Copy Markdown

...while preserving backward-compatibility with previous versions of Python.

The warning message is:

Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
class _SelectorMapping(collections.Mapping):

@harvimt

harvimt commented May 9, 2019

Copy link
Copy Markdown
Owner

I fixed this slightly differently in #111 (since I'm dropping support for old pythons anyway)

@harvimt harvimt closed this May 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants