diff options
author | Tomas R. <tomas.roun8@gmail.com> | 2025-01-08 23:38:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-08 23:38:02 (GMT) |
commit | a1284e97979ff73ad72ad06c796b904137950576 (patch) | |
tree | 514bbd8aab66c0448561f293e70b0320602c2309 | |
parent | 58a9133fc2caea15d11116f0b5bd6832374cb88c (diff) | |
download | cpython-a1284e97979ff73ad72ad06c796b904137950576.zip cpython-a1284e97979ff73ad72ad06c796b904137950576.tar.gz cpython-a1284e97979ff73ad72ad06c796b904137950576.tar.bz2 |
gh-97850: Remove the mention of removal from `ResourceReader` docs (#128602)
Remove the mention of removal from ResourceReader docs
-rw-r--r-- | Doc/library/importlib.resources.abc.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/importlib.resources.abc.rst b/Doc/library/importlib.resources.abc.rst index 54995dd..4085bdf 100644 --- a/Doc/library/importlib.resources.abc.rst +++ b/Doc/library/importlib.resources.abc.rst @@ -43,7 +43,7 @@ :const:`None`. An object compatible with this ABC should only be returned when the specified module is a package. - .. deprecated-removed:: 3.12 3.14 + .. deprecated:: 3.12 Use :class:`importlib.resources.abc.TraversableResources` instead. .. abstractmethod:: open_resource(resource) |