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 serhiy.storchaka
Recipients georg.brandl, hynek, larry, serhiy.storchaka
Date 2012-06-27.11:12:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340795569.2462.25.camel@raxxla>
In-reply-to <1340790739.23.0.034936254511.issue15202@psf.upfronthosting.co.za>
Content
> Also, it's not PEP-8-compliant (which we can forgive because I'm pretty sure it predates PEP 8).

I don't see how this is contrary to PEP 8. PEP 8 says nothing about the
names of function arguments.

> Already I suspect it is too late.  If it ships in 3.3 it will
> absolutely be too late.

Unfortunately, too little time has passed between #14626 accepting and
shipping of 3.3b1. In any case, with accepted #14626 better than without
it.

> I suggest another approach: add a redundant "follow_symlinks" argument
> to os.walk, os.fwalk, and the shutil functions.

This is a bad solution, and I do not think that the benefits would
outweigh the disadvantages. I am -0.
History
Date User Action Args
2012-06-27 11:12:33serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, larry, hynek
2012-06-27 11:12:32serhiy.storchakalinkissue15202 messages
2012-06-27 11:12:32serhiy.storchakacreate