]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from
authorMark Dickinson <dickinsm@gmail.com>
Tue, 27 Jan 2009 18:17:45 +0000 (18:17 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Tue, 27 Jan 2009 18:17:45 +0000 (18:17 +0000)
commita56c467ac39ab1a6a2e9dc2fa41a9f573f989839
treef65fc7d2a4359328f10c1dd9122a692e78e71e8a
parent191e850053128f726d6562e1d8306dfe5e4aa8aa
Issue #1717: Remove cmp.  Stage 1: remove all uses of cmp and __cmp__ from
the standard library and tests.
32 files changed:
Lib/collections.py
Lib/ctypes/test/test_libc.py
Lib/distutils/version.py
Lib/heapq.py
Lib/locale.py
Lib/pydoc.py
Lib/sqlite3/test/hooks.py
Lib/test/crashers/loosing_mro_ref.py
Lib/test/list_tests.py
Lib/test/test_builtin.py
Lib/test/test_contains.py
Lib/test/test_copy.py
Lib/test/test_datetime.py
Lib/test/test_decimal.py
Lib/test/test_deque.py
Lib/test/test_descr.py
Lib/test/test_dict.py
Lib/test/test_hash.py
Lib/test/test_heapq.py
Lib/test/test_hmac.py
Lib/test/test_kqueue.py
Lib/test/test_long.py
Lib/test/test_set.py
Lib/test/test_sort.py
Lib/test/test_unittest.py
Lib/test/test_userdict.py
Lib/test/test_uuid.py
Lib/unittest.py
Lib/xml/dom/minidom.py
Lib/xml/etree/ElementTree.py
Lib/xmlrpc/client.py
Tools/unicode/makeunicodedata.py