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 serhiy.storchaka
Date 2012-06-27.08:59:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340787578.87.0.498110156216.issue15202@psf.upfronthosting.co.za>
In-reply-to
Content
Now three different flag are used to denote the same behavior. followlinks is used in os.(f)walk, symlinks is used in shutil functions (with opposite meaning), and follow_symlinks is just added to many os functions. Unfortunately, symlinks, like followlinks, is used prior to 3.3. But follow_symlinks appeared only in 3.3 (besides, it's too long a name for this frequently used parameter) and it can be unified with one of the earlier spelling. Replacing follow_symlinks to followlinks is simpler than to symlinks.
History
Date User Action Args
2012-06-27 08:59:40serhiy.storchakasetrecipients: + serhiy.storchaka
2012-06-27 08:59:38serhiy.storchakasetmessageid: <1340787578.87.0.498110156216.issue15202@psf.upfronthosting.co.za>
2012-06-27 08:59:38serhiy.storchakalinkissue15202 messages
2012-06-27 08:59:38serhiy.storchakacreate