[issue2707] Tiny fix for os.walk docstring

2008-05-06 Thread Gregory P. Smith
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 __

[issue2707] Tiny fix for os.walk docstring

2008-04-27 Thread Yinon Ehrlich
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