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 tritium
Recipients docs@python, tritium
Date 2019-10-19.11:47:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571485638.73.0.512747413003.issue38526@roundup.psfhosted.org>
In-reply-to
Content
https://docs.python.org/3.8/library/zipfile.html#zipfile.Path.listdir

The docs for zipfile.Path list a method named 'listdir', the closest approximation to the functionality described in the actual code is a method named 'iterdir'
History
Date User Action Args
2019-10-19 11:47:18tritiumsetrecipients: + tritium, docs@python
2019-10-19 11:47:18tritiumsetmessageid: <1571485638.73.0.512747413003.issue38526@roundup.psfhosted.org>
2019-10-19 11:47:18tritiumlinkissue38526 messages
2019-10-19 11:47:18tritiumcreate