[docs] [issue25810] Python 3 documentation for eval is incorrect
Martin Panter
report at bugs.python.org
Sat Dec 5 18:21:59 EST 2015
Martin Panter added the comment:
See Issue 8706 about changing functions and methods to accept keyword arguments. But this cannot be done in general. What would you call the first argument to dict() such that all possible keyword arguments still work? What is the first range() argument called: start or stop?
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25810>
_______________________________________
More information about the docs
mailing list