Skip to content
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

Fix collections imports for Python 3.8 #408

Closed
wants to merge 1 commit into from

Conversation

@labrys
Copy link

@labrys labrys commented Dec 22, 2018

Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated

Fixes #405

Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated
@labrys labrys closed this Dec 22, 2018
@methane
Copy link

@methane methane commented Mar 27, 2019

Could you make an release?
pip bundles html5lib which version is released on PyPI.

@olf42
Copy link

@olf42 olf42 commented Oct 16, 2019

Hey @gsnedders, as Python 3.8 is released, I guess it would be generally very much appreciated if you could release a version on PyPI which includes this fix. Thank you very much!

@eli-schwartz
Copy link

@eli-schwartz eli-schwartz commented Oct 27, 2019

There is no fix here, this pull request makes no sense and was retracted by its author in response to this comment: #405 (comment)

The actually relevant discussion was at #402 and #403, and #419 is already submitted asking for a new release.

@olf42
Copy link

@olf42 olf42 commented Oct 27, 2019

I already noticed, but thanks for pointing it out. I forgot to delete my useless comment. :/

@labrys labrys deleted the labrys:fix/collections branch Nov 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

4 participants
You can’t perform that action at this time.