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

bpo-44195: add importlib.abc.TraversableResources #26271

Closed
wants to merge 1 commit into from

Conversation

FFY00
Copy link
Member

@FFY00 FFY00 commented May 20, 2021

Signed-off-by: Filipe Laíns <lains@riseup.net>
@FFY00
Copy link
Member Author

FFY00 commented May 20, 2021

This should be backported to 3.9 and 3.10.

@jaraco
Copy link
Member

jaraco commented May 24, 2021

#26317 corrects the bug in the documentation. As discussed in the ticket, I recommend to consider introducing a new TraversableReader protocol when necessary but to rely on TraversableResources for now. Any introduction of a new intermediate protocol would likely be introduced in the next Python release.

@jaraco jaraco closed this May 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants