Issue1658688

classification
Title: dict 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:32:09 by cgroves, last changed 2007-04-13.06:39:12 by cgroves.

Messages
msg1449 (view) Author: Charlie Groves (cgroves) Date: 2007-02-13.07:32:09
dict is missing the
__gt__
__le__
__ge__
__lt__
methods when compared to CPython 2.2
msg1450 (view) Author: Charlie Groves (cgroves) Date: 2007-04-13.06:39:12
Fixed in r3150.
History
Date User Action Args
2007-02-13 07:32:09cgrovescreate