| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Afraid that no one continues to support this project... |
Sorry, something went wrong.
Replace import collections to import collection.abc for Python >= 3.3 See issue rethinkdb#252
|
@metal3d Thank you for the contribution! Although a bit late, but approved and merged! |
Sorry, something went wrong.
|
👍🏻 no problem |
Sorry, something went wrong.
|
@gabor-boros Now that 3.10 has been released will you cut a new release, please? It would be much appreciated, thank you <3 |
Sorry, something went wrong.
|
@Inveracity a massive refactor coming soon. I'll open the whip PR probably by Wednesday |
Sorry, something went wrong.
|
Heya @gabor-boros I'm curious if there has been any progress on the above? |
Sorry, something went wrong.
|
@Inveracity Yes, we had some progress, though we are not ready yet with the changes. Feel free to join to Discord or slack and ping me. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Replace import collections to import collection.abc for Python >= 3.3
See issue #252
Reason for the change
See #252 for collections deprecation
Description
collections is deprecated, we need to import collections.abc
Note that black made some code fixes (indentation, import order...)
Checklist
References
Anything else related to the change e.g. documentations, RFCs, etc.