Gregory P. Smith <[EMAIL PROTECTED]> added the comment:
fixed in trunk r62756 and release25-maint r62757. thanks for the report.
--
assignee: -> gregory.p.smith
keywords: +easy
nosy: +gregory.p.smith
resolution: -> fixed
status: open -> closed
versions: +Python 2.5
__
New submission from Yinon Ehrlich <[EMAIL PROTECTED]>:
os.walk.__doc__ has the following example-line (os.py, line 271):
for root, dirs, files in walk('python/Lib/email'):
it should be os.walk
--
components: Library (Lib)
messages: 65911
nosy: Yinon
severity: normal
status: open
title