Larry Hastings <[email protected]> added the comment:
> What's the urge to make parameters keyword-only?
I suggest that boolean parameters are best made keyword-only. Otherwise you
have mystery meat like
shutil.copyfile("src", "dst", True)
Also, all the extant uses of "follow_symlinks" in os are keyword-only, and as
long as it's a new parameter it'd be nice to keep it consistent.
----------
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue15202>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com