]> granicus.if.org Git - python/commit
Forward port total_ordering() and cmp_to_key().
authorRaymond Hettinger <python@rcn.com>
Mon, 5 Apr 2010 18:56:31 +0000 (18:56 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 5 Apr 2010 18:56:31 +0000 (18:56 +0000)
commitc50846aaef3e38d466ac9a0a87f72f09238e2061
treef6ae48bcfbabb5107c971c240f3b06a549084f98
parent5daab45158094e577b9791cda7d8a0f4e34f45cb
Forward port total_ordering() and cmp_to_key().
Doc/library/functions.rst
Doc/library/functools.rst
Doc/library/stdtypes.rst
Doc/reference/datamodel.rst
Lib/functools.py
Lib/pstats.py
Lib/test/test_functools.py
Lib/unittest/loader.py
Lib/unittest/util.py
Misc/NEWS