Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upTry to import Mapping and MutableMapping from collections.abc #403
Conversation
Note that collections.abc has been added in Python 3.3. Fixes #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.
|
Thanks for fixing this! |
Would be great to have a release shipping this among the other improvements! |
Still no release with this patch after a year? |
Edit: apologies for the noise, there's already discussion happening about this in #419. This is now breaking with Python 3.9:
|
Note that collections.abc has been added in Python 3.3.
Fixes #402