Skip to content

Instantly share code, notes, and snippets.

@tirkarthi
Last active February 18, 2020 16:21
Show Gist options
  • Save tirkarthi/fc038c383592344cbb087d16a98515de to your computer and use it in GitHub Desktop.
Save tirkarthi/fc038c383592344cbb087d16a98515de to your computer and use it in GitHub Desktop.
Python 3.8 and 3.9 issues

Do take one issue per person to help others :) Also checkout Fedora tracker for more easy issues : https://bugzilla.redhat.com/show_bug.cgi?id=1785415 . I tried to mark the issues complete but it's more maintenance so sorry if the issue is fixed or already has a PR and is not updated here.

@hugovk
Copy link

hugovk commented Feb 16, 2020

  • Importing ABC from collections module directly was removed in Python 3.9 #285

Can be ticked: the PR for this has been fixed: google/apitools#286

  • Importing ABC directly from collections was removed in Python 3.9 #189

And this: sqlalchemy-redshift/sqlalchemy-redshift#190

  • Importing ABC from collections module directly was removed in Python 3.9 #4

And this: fcurella/cookiejar#4

@tirkarthi
Copy link
Author

Thanks @hugovk for the ping and PRs on the issues. I have updated the gist by reading all the open issues. Unfortunately I am not updating this list anymore due to effort required. Still there are many PRs to make. I am also trying to run some scripts on around 100 repos per week to file issues if found regarding deprecation and syntax warnings.

@tirkarthi
Copy link
Author

As a stat for the gist 51 issues remain open and 64 issues have been resolved :)

@hugovk
Copy link

hugovk commented Feb 18, 2020

You're welcome, and thanks for starting the list and making issues and PRs!

The aforementioned Fedora tracker is a good place for an up-to-date list:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment