Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork34
Fix deprecated import collections#253
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
metal3d commentedMar 5, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Afraid that no one continues to support this project... |
metal3d commentedMar 6, 2021
👍🏻@gabor-boros :) |
tirkarthi commentedMar 7, 2021
This was resolved in 2 to 3 branch :#187 |
Uh oh!
There was an error while loading.Please reload this page.
Replace import collections to import collection.abc for Python >= 3.3See issuerethinkdb#252
gabor-boros commentedSep 29, 2021
@metal3d Thank you for the contribution! Although a bit late, but approved and merged! |
metal3d commentedOct 1, 2021
👍🏻 no problem |
Inveracity commentedOct 4, 2021
@gabor-boros Now that 3.10 has been released will you cut a new release, please? It would be much appreciated, thank you <3 |
gabor-boros commentedOct 4, 2021
@Inveracity a massive refactor coming soon. I'll open the whip PR probably by Wednesday |
Inveracity commentedJan 10, 2022
Heya@gabor-boros I'm curious if there has been any progress on the above? |
gabor-boros commentedMay 12, 2022
@Inveracity Yes, we had some progress, though we are not ready yet with the changes. Feel free to join toDiscord orslack and ping me. |
Replace import collections to import collection.abc for Python >= 3.3
See issue#252
Reason for the change
See#252 for
collectionsdeprecationDescription
collectionsis deprecated, we need to importcollections.abcNote that
blackmade some code fixes (indentation, import order...)Checklist
References
Anything else related to the change e.g. documentations, RFCs, etc.