[issue1015] [PATCH] Updated patch for rich dict view (dict().keys()) comparisons

2007-08-24 Thread Keir Mierle
New submission from Keir Mierle: 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. -- components: Interpreter Core files: dictview_richcompare_ver2.diff messages: 55275 nosy: keir

[issue1017] [PATCH] Add set operations (and, or, xor, subtract) to dict views

2007-08-24 Thread Keir Mierle
New submission from Keir Mierle: This patch adds set operations & | ^ - to dict views ({}.keys(), {}.items()). A set is returned. -- components: Interpreter Core files: dictview_set_operations.diff messages: 55280 nosy: keir severity: normal status: open title: [PATCH] Add

[issue1017] [PATCH] Add set operations (and, or, xor, subtract) to dict views

2007-08-24 Thread Keir Mierle
Changes by Keir Mierle: __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1017> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/op

[issue1017] [PATCH] Add set operations (and, or, xor, subtract) to dict views

2007-08-24 Thread Keir Mierle
Changes by Keir Mierle: __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1017> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/op