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 gregory.p.smith
Recipients eric.araujo, eric.smith, giampaolo.rodola, gregory.p.smith, ncoghlan, neologix, petri.lehtinen, sandro.tosi
Date 2011-05-29.09:13:30
SpamBayes Score 0.0020151534
Marked as misclassified No
Message-id <1306660411.24.0.0581181139102.issue12191@psf.upfronthosting.co.za>
In-reply-to
Content
I added comments in the code review.

this patch is looking good once the comments are addressed.  thanks for your contribution!

As for talk of support for recursion... thats what os.walk() is for.  it doesn't belong as part of any particular individual function itself.
History
Date User Action Args
2011-05-29 09:13:31gregory.p.smithsetrecipients: + gregory.p.smith, ncoghlan, eric.smith, giampaolo.rodola, eric.araujo, sandro.tosi, neologix, petri.lehtinen
2011-05-29 09:13:31gregory.p.smithsetmessageid: <1306660411.24.0.0581181139102.issue12191@psf.upfronthosting.co.za>
2011-05-29 09:13:30gregory.p.smithlinkissue12191 messages
2011-05-29 09:13:30gregory.p.smithcreate