Issue 1015: [PATCH] Updated patch for rich dict view (dict().keys()) comparisons (original) (raw)

Issue1015

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:26 admin set github: 45356
2007-09-02 20:04:37 loewis set keywords: + patch
2007-08-24 23:37:19 gvanrossum set status: open -> closedresolution: accepted
2007-08-24 22:40:07 gvanrossum set assignee: gvanrossummessages: + nosy: + gvanrossum
2007-08-24 21:20:08 keir create