Issue1758323

classification
Title: list.sort(None) raises TypeError
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: cgroves
Priority: normal Keywords: test failure causes

Created on 2007-07-22.04:48:39 by cgroves, last changed 2007-07-30.04:25:31 by cgroves.

Messages
msg1781 (view) Author: Charlie Groves (cgroves) Date: 2007-07-22.04:48:39
Passing None as cmp in list.sort fails with a TypeError.  It should function as if no cmp was passed.  test_sort checks for this
msg1782 (view) Author: Charlie Groves (cgroves) Date: 2007-07-30.04:25:31
Fixed by http://jython.org/patches/1762564 in r3367.
History
Date User Action Args
2007-07-22 04:48:39cgrovescreate