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 Arfrever, georg.brandl, hynek, larry, r.david.murray, serhiy.storchaka
Date 2012-06-27.17:57:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340819877.2462.62.camel@raxxla>
In-reply-to <1340810611.7.0.212703457825.issue15202@psf.upfronthosting.co.za>
Content
> IMO adding follow_symlinks to the functions currently supporting symlinks/followlinks is a bugfix.  Such a patch would be ok to go into 3.3.

Here is an other patch, that implements Larry's suggestion about
renaming followlinks in (f)walk to follow_symlinks (with keeping old
name as alias). I hope native speakers corrected me in docs. However, I
don't think that this is the best solution (but it better than nothing).
Files
File name Uploaded
followlinks-to-follow_symlinks.patch serhiy.storchaka, 2012-06-27.17:57:42
History
Date User Action Args
2012-06-27 17:57:45serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, larry, Arfrever, r.david.murray, hynek
2012-06-27 17:57:44serhiy.storchakalinkissue15202 messages
2012-06-27 17:57:43serhiy.storchakacreate