Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion Doc/library/importlib.resources.abc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,11 @@
the file system then those subdirectory names can be used
directly.

The abstract method returns an iterable of no items.
The abstract method raises :exc:`FileNotFoundError`.

.. versionchanged:: 3.10
The abstract method changed from returning an empty iterable
to raising :exc:`FileNotFoundError`.


.. class:: Traversable
Expand Down
Loading