This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author FFY00
Recipients FFY00, daveraja, eric.smith, jaraco
Date 2021-10-15.19:04:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634324680.51.0.327029279136.issue45427@roundup.psfhosted.org>
In-reply-to
Content
Just to clarify, as I realize I did point this out in my reply, Traversable[1][2] is the protocol that objects returned by importlib.resources.files implement.

[1] https://docs.python.org/3/library/importlib.html#importlib.abc.Traversable
[2] https://github.com/python/cpython/blob/00ffc4513df7b89a168e88da4d1e3ac367f7682f/Lib/importlib/abc.py#L355
History
Date User Action Args
2021-10-15 19:04:40FFY00setrecipients: + FFY00, jaraco, eric.smith, daveraja
2021-10-15 19:04:40FFY00setmessageid: <1634324680.51.0.327029279136.issue45427@roundup.psfhosted.org>
2021-10-15 19:04:40FFY00linkissue45427 messages
2021-10-15 19:04:40FFY00create