This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Yinon
Recipients Yinon
Date 2008-04-28.06:43:05
SpamBayes Score 0.035999972
Marked as misclassified No
Message-id <1209364994.21.0.532528115565.issue2707@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2008-04-28 06:43:15Yinonsetspambayes_score: 0.036 -> 0.035999972
recipients: + Yinon
2008-04-28 06:43:14Yinonsetspambayes_score: 0.036 -> 0.036
messageid: <1209364994.21.0.532528115565.issue2707@psf.upfronthosting.co.za>
2008-04-28 06:43:12Yinonlinkissue2707 messages
2008-04-28 06:43:11Yinoncreate