]> granicus.if.org Git - python/commit
Add tests for cmp_to_key.
authorRaymond Hettinger <python@rcn.com>
Sun, 4 Apr 2010 21:45:01 +0000 (21:45 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 4 Apr 2010 21:45:01 +0000 (21:45 +0000)
commitbb006cf26cc41aefcddc8f06722c524826aacefa
tree5d0e82402052f188ea868cf94497eba52a7b38fd
parent4f185228b084ee45ef822198762154457dc343db
Add tests for cmp_to_key.
Adopt PEP 8 compliant function name.
Factor-out existing uses cmp_to_key.
Update documentation to use internal pointers instead of external resource.
Doc/library/functions.rst
Doc/library/functools.rst
Doc/library/stdtypes.rst
Lib/functools.py
Lib/pstats.py
Lib/test/test_functools.py
Lib/unittest/loader.py
Misc/NEWS