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, pitrou, r.david.murray, serhiy.storchaka
Date 2012-07-02.15:49:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341244192.3264.196.camel@raxxla>
In-reply-to <1341242449.4.0.0963973460768.issue15202@psf.upfronthosting.co.za>
Content
> What's the urge to make parameters keyword-only?

If anyone uses these functions with a new "symlinks" parameter in 3.3b1,
he will get loud error (follow_symlinks == not symlinks).

> Also, copyfile() shouldn't change signature.

Why not?
History
Date User Action Args
2012-07-02 15:49:34serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, pitrou, larry, Arfrever, r.david.murray, hynek
2012-07-02 15:49:33serhiy.storchakalinkissue15202 messages
2012-07-02 15:49:33serhiy.storchakacreate