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 jaraco
Recipients FFY00, barry, brett.cannon, jaraco
Date 2021-02-28.09:18:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614503898.24.0.221767478463.issue42129@roundup.psfhosted.org>
In-reply-to
Content
> I would harmonize towards what the concrete implementations...

For FileReader and ZipReader, both rely on TraversableResources to implement contents, which rely on `files().iterdir()`, which could raise FileNotFoundError and definitely don't return lists. Most importantly, this method is an abstract method, so subclasses can't rely on it (must override it). Searching Github, I couldn't find any other classes subclassing this ABC.
History
Date User Action Args
2021-02-28 09:18:18jaracosetrecipients: + jaraco, barry, brett.cannon, FFY00
2021-02-28 09:18:18jaracosetmessageid: <1614503898.24.0.221767478463.issue42129@roundup.psfhosted.org>
2021-02-28 09:18:18jaracolinkissue42129 messages
2021-02-28 09:18:17jaracocreate