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

Using ABCs from collections instead of collections.abc is deprecated. #609

Merged
merged 1 commit into from
Oct 31, 2018
Merged

Using ABCs from collections instead of collections.abc is deprecated. #609

merged 1 commit into from
Oct 31, 2018

Conversation

JulienPalard
Copy link
Contributor

And it will stop working in Python 3.8 according to the warning.

And it will stop working in Python 3.8 according to the warning.
@codecov-io
Copy link

codecov-io commented Oct 30, 2018

Codecov Report

Merging #609 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #609      +/-   ##
==========================================
+ Coverage   90.31%   90.31%   +<.01%     
==========================================
  Files          24       24              
  Lines        4128     4129       +1     
==========================================
+ Hits         3728     3729       +1     
  Misses        400      400
Impacted Files Coverage Δ
babel/_compat.py 98.11% <100%> (+0.07%) ⬆️
babel/localedata.py 95.41% <100%> (-0.05%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d2cf189...65d6bf3. Read the comment docs.

@akx akx merged commit 7ed6cc5 into python-babel:master Oct 31, 2018
@akx
Copy link
Member

akx commented Oct 31, 2018

Thank you! Very elegant patch.

@tirkarthi
Copy link

It will be good to have a release since the upstream CPython PR is close to getting merged : python/cpython#10596

Thanks!

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.

4 participants