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 shreyanavigyan
Recipients shreyanavigyan, xtreak
Date 2021-05-04.17:35:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620149745.52.0.464661192072.issue44033@roundup.psfhosted.org>
In-reply-to
Content
I've read that issue but it seems that it actually was based on "Should there be a warning or error?". I actually suggest something different. I suggest that "Either raise an exception or just use the first key-value pair if the key is repeated during initialization". (By "initialization" I mean to say creating a new dict object)
History
Date User Action Args
2021-05-04 17:35:45shreyanavigyansetrecipients: + shreyanavigyan, xtreak
2021-05-04 17:35:45shreyanavigyansetmessageid: <1620149745.52.0.464661192072.issue44033@roundup.psfhosted.org>
2021-05-04 17:35:45shreyanavigyanlinkissue44033 messages
2021-05-04 17:35:45shreyanavigyancreate