This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Remove duplicates of cmp_to_key used in tests
Type: Stage: resolved
Components: Tests Versions: Python 3.2, Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: eric.araujo, python-dev, rhettinger
Priority: normal Keywords: patch

Created on 2011-07-12 13:59 by eric.araujo, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
remove-custom-cmptokey.diff eric.araujo, 2011-07-12 13:59
Messages (2)
msg140193 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2011-07-12 13:59
Two test files still use their own CmpToKey after the introduction of functools.cmp_to_key.
msg141354 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-07-29 12:35
New changeset fefb7d355361 by Éric Araujo in branch '3.2':
Remove duplicates of cmp_to_key (#12542, reviewed by Raymond Hettinger)
http://hg.python.org/cpython/rev/fefb7d355361
History
Date User Action Args
2022-04-11 14:57:19adminsetgithub: 56751
2011-07-29 13:47:59eric.araujosetstatus: open -> closed
resolution: accepted -> fixed
stage: commit review -> resolved
2011-07-29 12:35:21python-devsetnosy: + python-dev
messages: + msg141354
2011-07-12 14:09:18rhettingersetresolution: accepted
2011-07-12 13:59:45eric.araujocreate