diff --git a/pep-0584.rst b/pep-0584.rst index c4fdd83a8..02ace4911 100644 --- a/pep-0584.rst +++ b/pep-0584.rst @@ -5,12 +5,12 @@ Last-Modified: $Date$ Author: Steven D'Aprano , Brandt Bucher BDFL-Delegate: Guido van Rossum -Status: Draft +Status: Accepted Type: Standards Track Content-Type: text/x-rst Created: 01-Mar-2019 Python-Version: 3.9 -Post-History: 01-Mar-2019, 16-Oct-2019, 04-Feb-2020 +Post-History: 01-Mar-2019, 16-Oct-2019, 04-Feb-2020, 17-Feb-2020 Resolution: @@ -176,7 +176,7 @@ Reference Implementation ======================== One of the authors has `drafted a C implementation -`_. +`_. An *approximate* pure-Python implementation is:: @@ -983,6 +983,9 @@ Mailing list threads (this is by no means an exhaustive list): * `PEP 584: Add Union Operators To dict `_ +* `Accepting PEP 584: Add Union Operators To dict + `_ + `Ticket on the bug tracker `_ Merging two dictionaries in an expression is a frequently requested