Issue1658687

classification
Title: list missing some rich comparison methods
Type: Severity: normal
Components: Core Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: cgroves
Priority: normal Keywords:

Created on 2007-02-13.07:31:26 by cgroves, last changed 2007-04-13.06:38:55 by cgroves.

Messages
msg1447 (view) Author: Charlie Groves (cgroves) Date: 2007-02-13.07:31:26
list is missing the
__gt__
__le__
__ge__
__lt__
methods when compared to CPython 2.2
msg1448 (view) Author: Charlie Groves (cgroves) Date: 2007-04-13.06:38:55
Fixed in r3150.
History
Date User Action Args
2007-02-13 07:31:26cgrovescreate