Martin Panter added the comment:

For the examples you gave, they already seem to support keywords for the first 
parameter: int(x=0), str(object=""), bytes(source=b""). Maybe it is a bit 
unfortunate that they are inconsistent, but these names seem reasonable when 
considered separately.

But I agree that in those cases having the option of a keyword would rarely be 
useful. This proposal sounds like it could give a small benefit, and I guess it 
wouldn’t be costly to implement.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26282>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to