Try to import Mapping and MutableMapping from collections.abc#403
Conversation
Note that collections.abc has been added in Python 3.3. Fixes html5lib#402
Codecov Report
@@ Coverage Diff @@
## master #403 +/- ##
==========================================
+ Coverage 90.76% 90.77% +<.01%
==========================================
Files 50 50
Lines 6950 6956 +6
Branches 1328 1328
==========================================
+ Hits 6308 6314 +6
Misses 483 483
Partials 159 159
Continue to review full report at Codecov.
|
Sorry, something went wrong.
gsnedders
left a comment
There was a problem hiding this comment.
Thanks for fixing this!
Sorry, something went wrong.
|
Would be great to have a release shipping this among the other improvements! |
Sorry, something went wrong.
|
Still no release with this patch after a year? 😢 |
Sorry, something went wrong.
|
Edit: apologies for the noise, there's already discussion happening about this in #419. This is now breaking with Python 3.9: |
Sorry, something went wrong.
Note that collections.abc has been added in Python 3.3.
Fixes #402