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.

Author rhettinger
Recipients QuantumTim, alexandre.vassalotti, benjamin.peterson, exarkun, ezio.melotti, hotdog003, loewis, rhettinger
Date 2009-07-06.21:23:52
SpamBayes Score 3.9442637e-07
Marked as misclassified No
Message-id <1246915434.82.0.149410571884.issue6410@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW, I'm -1 on the proposal because it partially overlaps the existing
capability of dict.update().  To the extent it doesn't overlap, it is
use case challenged (typically, it doesn't make sense to build a
brand-new dictionary from two independent dictionaries and the atypical
case easily fulfilled by a couple of updates on an empty dict).  

Also, the notation itself is at odds with the existing pipe-operator
used by sets and by dict views.

FWIW, there are other alternatives to directly combining dictionaries. 
See http://code.activestate.com/recipes/305268/ for one example.
History
Date User Action Args
2009-07-06 21:23:55rhettingersetrecipients: + rhettinger, loewis, exarkun, alexandre.vassalotti, QuantumTim, benjamin.peterson, ezio.melotti, hotdog003
2009-07-06 21:23:54rhettingersetmessageid: <1246915434.82.0.149410571884.issue6410@psf.upfronthosting.co.za>
2009-07-06 21:23:52rhettingerlinkissue6410 messages
2009-07-06 21:23:52rhettingercreate