Skip to content

DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' #405

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
davaffy opened this issue Feb 23, 2020 · 1 comment

Comments

@davaffy
Copy link

davaffy commented Feb 23, 2020

Hello,

I'm receiving the following warning

/usr/lib/python3/dist-packages/html5lib/_trie/_base.py:3: 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 Mapping

This occurs after the the following statement when sending a mail

m = account.new_message()

I'm running the latest version of o365 / Python 3.7.3

Is this a problem once I'm upgrading to 3.8 (and will the functionality stop working or does the o365 needs to be fixed?

thx

@davaffy davaffy closed this as completed Feb 23, 2020
@davaffy
Copy link
Author

davaffy commented Feb 23, 2020

Ok, I was to bit to hasty to create an issue here.

It seems that they are already discussing this @ html5lib

html5lib/html5lib-python#419

Closed.

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

No branches or pull requests

1 participant