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 terry.reedy
Recipients Pix, terry.reedy, vstinner
Date 2014-06-07.01:55:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402106148.32.0.389973267486.issue21678@psf.upfronthosting.co.za>
In-reply-to
Content
This has been proposed, discussed on both python-list and python-ideas, and rejected more than once because there are there are multiple possible response to multiple keys: keep first value, keep second value (.update), keep both (in a list), or keep neither and raise.

'Obvious' ideas like this should be floated on one of those two lists to find out past response.
History
Date User Action Args
2014-06-07 01:55:48terry.reedysetrecipients: + terry.reedy, vstinner, Pix
2014-06-07 01:55:48terry.reedysetmessageid: <1402106148.32.0.389973267486.issue21678@psf.upfronthosting.co.za>
2014-06-07 01:55:48terry.reedylinkissue21678 messages
2014-06-07 01:55:47terry.reedycreate