PEP 584: Mark as Accepted (#1317)

This commit is contained in:
Brandt Bucher 2020-02-24 17:43:06 -08:00 committed by GitHub
parent 4d29a24fa6
commit 96d6d4beaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 3 deletions

View File

@ -5,12 +5,12 @@ Last-Modified: $Date$
Author: Steven D'Aprano <steve@pearwood.info>,
Brandt Bucher <brandtbucher@gmail.com>
BDFL-Delegate: Guido van Rossum <guido@python.org>
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
<https://github.com/brandtbucher/cpython/tree/addiction>`_.
<https://github.com/python/cpython/pull/12088>`_.
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
<https://mail.python.org/archives/list/python-dev@python.org/thread/TTIKCDIPC2CDHX23Y57CPHDSVYOWCCER/>`_
* `Accepting PEP 584: Add Union Operators To dict
<https://mail.python.org/archives/list/python-dev@python.org/thread/6KT2KIOTYXMDCD2CCAOLOI7LUGTN6MBS>`_
`Ticket on the bug tracker <https://bugs.python.org/issue36144>`_
Merging two dictionaries in an expression is a frequently requested