Rename pred to key
nvie opened this issue · 1 comments
nvie commented
I believe key
is the typical argname for stuff like this in Python. Take a look at how min()
, max()
, and sorted()
also take a key
argument. This is completely the same, so I think it's better to stick to known terminology.
(We might keep the pred
arg for backwards-compatibility reasons.)