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.

Unsupported provider

classification
Title: PEP-3100 should reflect removal of 'cmp' parameter in sort() and sorted()
Type: Stage:
Components: Documentation Versions: Python 3.0
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: kbk Nosy List: kbk, rhettinger
Priority: normal Keywords:

Created on 2008-02-13 02:37 by kbk, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
pep-3100.patch kbk, 2008-02-13 02:37 PEP-3100 Patch
Messages (2)
msg62346 - (view) Author: Kurt B. Kaiser (kbk) * (Python committer) Date: 2008-02-13 02:37
Document the decision to remove the comparision ('cmp') 
parameter from list.sort() and builtin.sorted()
msg62363 - (view) Author: Kurt B. Kaiser (kbk) * (Python committer) Date: 2008-02-13 15:06
r60759
History
Date User Action Args
2022-04-11 14:56:30adminsetgithub: 46355
2008-02-13 15:06:49kbksetstatus: open -> closed
assignee: rhettinger -> kbk
resolution: accepted
messages: + msg62363
2008-02-13 02:37:02kbkcreate