[issue17417] Documentation Modification Suggestion: os.walk, fwalk

Gurmeet Singh report at bugs.python.org
Thu Mar 14 11:11:35 CET 2013


New submission from Gurmeet Singh:

Source page: http://docs.python.org/3/library/os.html
Entry: os.walk(...), os.fwalk()

These functions seems to be a generator functions. An expert like yourself may have no trouble to make this out. But for novice (or for people out of touch) like myself would have preferred a starting line of this function as "A generator function that generates file names.... ", rather than currently "Generates file names...."

----------
assignee: docs at python
components: Documentation
messages: 184155
nosy: docs at python, gsingh
priority: normal
severity: normal
status: open
title: Documentation Modification Suggestion: os.walk, fwalk
type: enhancement
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17417>
_______________________________________


More information about the Python-bugs-list mailing list