Guido van Rossum added the comment:

> After more thought, I would like to make one more change and require the
> arguments to be keywords such as sort(key=str.lower) but not
> sort(str.lower).

Works for me. (To be honest I thought key was already required to be a
keyword. :-)

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1771>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to