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

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

Closed
tirkarthi opened this issue Jan 22, 2020 · 3 comments
Closed
Assignees
Milestone

Comments

@tirkarthi
Copy link

https://bugzilla.redhat.com/show_bug.cgi?id=1792933

if isinstance(s, collections.Iterable):

self.assertTrue(isinstance(range(10), collections.Iterable))

Thanks for the library!

@scott-griffiths scott-griffiths self-assigned this Jan 22, 2020
@scott-griffiths scott-griffiths added this to the 3.1.7 milestone Jan 22, 2020
@scott-griffiths
Copy link
Owner

Thanks for letting me know. I should be able to add a fix in the next point release.

@tirkarthi
Copy link
Author

You're welcome. If you haven't started work on this, I can raise a PR for this.

@scott-griffiths
Copy link
Owner

Fixed in 3.1.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants