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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, legerf, vstinner
Date 2008-12-09.11:57:10
SpamBayes Score 0.021551073
Marked as misclassified No
Message-id <1228823832.04.0.952444994471.issue4601@psf.upfronthosting.co.za>
In-reply-to
Content
The patch is fine.

If it were me, I'd change os.walk to accept keyword-only arguments:
def walk(top, *, topdown=True, onerror=None, followlinks=False):
   ...
History
Date User Action Args
2008-12-09 11:57:12amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, vstinner, legerf
2008-12-09 11:57:12amaury.forgeotdarcsetmessageid: <1228823832.04.0.952444994471.issue4601@psf.upfronthosting.co.za>
2008-12-09 11:57:11amaury.forgeotdarclinkissue4601 messages
2008-12-09 11:57:10amaury.forgeotdarccreate