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 vstinner
Recipients legerf, vstinner
Date 2008-12-08.23:34:08
SpamBayes Score 0.021155184
Marked as misclassified No
Message-id <1228779250.93.0.546826407504.issue4601@psf.upfronthosting.co.za>
In-reply-to
Content
Gotcha! os.path.walk() was replaced by os.walk() but walk() argument is 
no more a callback because walk() is a generator! Here is a fix.
History
Date User Action Args
2008-12-08 23:34:11vstinnersetrecipients: + vstinner, legerf
2008-12-08 23:34:10vstinnersetmessageid: <1228779250.93.0.546826407504.issue4601@psf.upfronthosting.co.za>
2008-12-08 23:34:09vstinnerlinkissue4601 messages
2008-12-08 23:34:09vstinnercreate