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 Retro
Recipients Retro, docs@python
Date 2011-06-07.09:45:50
SpamBayes Score 0.018285139
Marked as misclassified No
Message-id <1307439951.32.0.810805209718.issue12277@psf.upfronthosting.co.za>
In-reply-to
Content
http://docs.python.org/release/2.6.6/library/os.html?highlight=os.walk#os.walk

Click the above link and note the 5th paragraph which goes "By default errors from the listdir() call are ignored."

Please fix it to "By default, errors from the listdir() call are ignored."

So add a comma after "By default," Thanks.
History
Date User Action Args
2011-06-07 09:45:51Retrosetrecipients: + Retro, docs@python
2011-06-07 09:45:51Retrosetmessageid: <1307439951.32.0.810805209718.issue12277@psf.upfronthosting.co.za>
2011-06-07 09:45:50Retrolinkissue12277 messages
2011-06-07 09:45:50Retrocreate