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 vstinner
Recipients Aaron Hall, brandtbucher, chaburkland, curtisbucher, gvanrossum, josh.r, mark.dickinson, rhettinger, scoder, serhiy.storchaka, slam, steve.dower, vstinner, xtreak
Date 2020-03-11.09:14:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583918059.03.0.265799424303.issue36144@roundup.psfhosted.org>
In-reply-to
Content
Once this issue will be done, would you mind to update PEP 584? Currently, it only says "This PEP proposes adding merge (|) and update (|=) operators to the built-in dict class." It doesn't mention that other types like OrderedDict, MappingProxy or ChainMap are updated as well.
History
Date User Action Args
2020-03-11 09:14:19vstinnersetrecipients: + vstinner, gvanrossum, rhettinger, mark.dickinson, scoder, serhiy.storchaka, steve.dower, josh.r, Aaron Hall, slam, xtreak, brandtbucher, curtisbucher, chaburkland
2020-03-11 09:14:19vstinnersetmessageid: <1583918059.03.0.265799424303.issue36144@roundup.psfhosted.org>
2020-03-11 09:14:19vstinnerlinkissue36144 messages
2020-03-11 09:14:18vstinnercreate