Yannack
|
40215d1fa3
|
Fix the definition of nsmallest() in stdlib/2 and 2and3/heapq.pyi (#3114)
Missing support of the optional "key" kwarg in nsmallest.
Also fixed nlargest syntax for 2and3 which was also missing.
Use a protocol for heapq.py
|
2019-07-18 21:38:28 +02:00 |
|
rchen152
|
1dfa570cae
|
Fix the definition of nlargest() in stdlib/2/heapq.pyi (#1601)
* Fix nlargest() in stdlib/2/heapq.pyi
* Fix nlargest() syntax
* key can be None in heapq.nlargest
|
2017-09-12 08:27:41 -07:00 |
|
Guido van Rossum
|
cb97bb54c0
|
Move 2.7 to 2 (#635)
Closes #579.
|
2016-10-26 16:24:49 -07:00 |
|