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.

classification
Title: [PATCH] Updated patch for rich dict view (dict().keys()) comparisons
Type: Stage:
Components: Interpreter Core Versions: Python 3.0
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: gvanrossum Nosy List: gvanrossum, keir
Priority: normal Keywords: patch

Created on 2007-08-24 21:20 by keir, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
dictview_richcompare_ver2.diff keir, 2007-08-24 21:20
Messages (2)
msg55275 - (view) Author: Keir Mierle (keir) Date: 2007-08-24 21:20
This an updated version of the patch I submitted earlier to python-3000;
it is almost identical except it extends the test case to cover more of
the code.
msg55278 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2007-08-24 22:40
Checked in (after substantial changes, pairing with Keir).
History
Date User Action Args
2022-04-11 14:56:26adminsetgithub: 45356
2007-09-02 20:04:37loewissetkeywords: + patch
2007-08-24 23:37:19gvanrossumsetstatus: open -> closed
resolution: accepted
2007-08-24 22:40:07gvanrossumsetassignee: gvanrossum
messages: + msg55278
nosy: + gvanrossum
2007-08-24 21:20:08keircreate