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, brett.cannon, docs@python, jaraco
Date 2021-05-20.19:42:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621539730.49.0.96209264228.issue44196@roundup.psfhosted.org>
In-reply-to
Content
ResourceReader used to have this requirement, Traversable does not. We cannot add a requirement as there might be users not doing this, but we can ask new users to do so.

We should document that FileNotFoundError should be raised if a file is not found, but that it is not guaranteed that it will for all Traversable implementations for compatibility reasons.
History
Date User Action Args
2021-05-20 19:42:10FFY00setrecipients: + FFY00, brett.cannon, jaraco, docs@python
2021-05-20 19:42:10FFY00setmessageid: <1621539730.49.0.96209264228.issue44196@roundup.psfhosted.org>
2021-05-20 19:42:10FFY00linkissue44196 messages
2021-05-20 19:42:10FFY00create