[New-bugs-announce] [issue38526] zipfile.Path has the wrong method name

Alex Walters report at bugs.python.org
Sat Oct 19 07:47:18 EDT 2019


New submission from Alex Walters <tritium-list at sdamon.com>:

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'

----------
assignee: docs at python
components: Documentation
messages: 354936
nosy: docs at python, tritium
priority: normal
severity: normal
status: open
title: zipfile.Path has the wrong method name
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38526>
_______________________________________


More information about the New-bugs-announce mailing list