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

Keir Mierle report at bugs.python.org
Sat Aug 25 01:23:25 CEST 2007


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 set operations (and, or, xor, subtract) to dict views
versions: Python 3.0

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1017>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dictview_set_operations.diff
Type: text/x-patch
Size: 3759 bytes
Desc: not available
Url : http://mail.python.org/pipermail/new-bugs-announce/attachments/20070824/da85f58a/attachment-0001.bin 


More information about the New-bugs-announce mailing list