Issue 12542: Remove duplicates of cmp_to_key used in tests (original) (raw)

Issue12542

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:19 admin set github: 56751
2011-07-29 13:47:59 eric.araujo set status: open -> closedresolution: accepted -> fixedstage: commit review -> resolved
2011-07-29 12:35:21 python-dev set nosy: + python-devmessages: +
2011-07-12 14:09:18 rhettinger set resolution: accepted
2011-07-12 13:59:45 eric.araujo create