[docs] [issue33202] os.walk mentions os.listdir instead of os.scandir

Andrés Delfino report at bugs.python.org
Sun Apr 1 15:21:50 EDT 2018


New submission from Andrés Delfino <adelfino at gmail.com>:

Documentation states that, for walk, "errors from the listdir() call are ignored". That's no longer the case since 3.5. Change mention to listdir() to scandir().

----------
assignee: docs at python
components: Documentation
messages: 314786
nosy: adelfino, docs at python
priority: normal
pull_requests: 6049
severity: normal
status: open
title: os.walk mentions os.listdir instead of os.scandir
versions: Python 3.8

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


More information about the docs mailing list