[issue4121] open(): use keyword only for arguments other than file and mode

Guido van Rossum report at bugs.python.org
Tue Oct 14 16:49:24 CEST 2008


Guido van Rossum <guido at python.org> added the comment:

This is certainly out of scope for 3.0.  Remember, for 3.0 we're trying
to get a release out of the door, not cram in new features, no matter
how small.

Beyond 3.0, I'm still rather reluctant -- I expect most users will be
wise and use keyword args anyway; I'm not sure what we buy by forcing this.

I'd be okay with documenting the recommendation to always use keyword
args for any argument added in 3.0 or later (which would leave buffering
a positional argument -- I don't even know its name since it has been a
positional argument since the 1.0 days).

----------
priority:  -> low
versions: +Python 3.1 -Python 3.0

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4121>
_______________________________________


More information about the Python-bugs-list mailing list