Issue 2707: Tiny fix for os.walk docstring (original) (raw)
Issue2707
Created on 2008-04-28 06:43 by Yinon, last changed 2022-04-11 14:56 by admin. This issue is now closed.
Messages (2) | ||
---|---|---|
msg65911 - (view) | Author: Yinon Ehrlich (Yinon) | Date: 2008-04-28 06:43 |
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 | ||
msg66304 - (view) | Author: Gregory P. Smith (gregory.p.smith) * ![]() |
Date: 2008-05-06 07:07 |
fixed in trunk r62756 and release25-maint r62757. thanks for the report. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:56:33 | admin | set | github: 46959 |
2008-05-06 07:07:24 | gregory.p.smith | set | status: open -> closedversions: + Python 2.5nosy: + gregory.p.smithmessages: + assignee: gregory.p.smithkeywords: + easyresolution: fixed |
2008-04-28 06:43:12 | Yinon | create |