Sorry, something went wrong.
|
Also remove mention of removal from https://github.com/python/cpython/blob/main/Doc/deprecations/pending-removal-in-3.14.rst? |
Sorry, something went wrong.
|
Also remove mention of removal from https://github.com/python/cpython/blob/main/Doc/deprecations/pending-removal-in-3.14.rst? Yes, I missed that one. I'll update the PR in a bit! |
Sorry, something went wrong.
Sorry, something went wrong.
|
Oh wait, that is the other ResourceReader that was actually removed in 3.14 (from importlib.abc). This PR updates the one in importlib.resources.abc which still exists. So there should be no need to update that document you mentioned Hugo. Sorry for the confusion @StanFromIreland, I should've checked better :/ but thanks for the help! |
Sorry, something went wrong.
|
GH-128654 is a backport of this pull request to the 3.13 branch. |
Sorry, something went wrong.
|
GH-128655 is a backport of this pull request to the 3.12 branch. |
Sorry, something went wrong.
|
The buildbot failure is unrelated (it's in test_multiprocessing_forkserver while this PR only touches the docs) |
Sorry, something went wrong.
There is currently no plan to remove ResourceReader, especially given that the suggested alternative TraversableResources inherits from ResourceReader. Let's remove the mention of a removal for now.
Related discussion: #97850 (comment)
📚 Documentation preview 📚: https://cpython-previews--128602.org.readthedocs.build/