PEP 584: Mark as Accepted (#1317)
This commit is contained in:
parent
4d29a24fa6
commit
96d6d4beaa
|
@ -5,12 +5,12 @@ Last-Modified: $Date$
|
||||||
Author: Steven D'Aprano <steve@pearwood.info>,
|
Author: Steven D'Aprano <steve@pearwood.info>,
|
||||||
Brandt Bucher <brandtbucher@gmail.com>
|
Brandt Bucher <brandtbucher@gmail.com>
|
||||||
BDFL-Delegate: Guido van Rossum <guido@python.org>
|
BDFL-Delegate: Guido van Rossum <guido@python.org>
|
||||||
Status: Draft
|
Status: Accepted
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 01-Mar-2019
|
Created: 01-Mar-2019
|
||||||
Python-Version: 3.9
|
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:
|
Resolution:
|
||||||
|
|
||||||
|
|
||||||
|
@ -176,7 +176,7 @@ Reference Implementation
|
||||||
========================
|
========================
|
||||||
|
|
||||||
One of the authors has `drafted a C 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::
|
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
|
* `PEP 584: Add Union Operators To dict
|
||||||
<https://mail.python.org/archives/list/python-dev@python.org/thread/TTIKCDIPC2CDHX23Y57CPHDSVYOWCCER/>`_
|
<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>`_
|
`Ticket on the bug tracker <https://bugs.python.org/issue36144>`_
|
||||||
|
|
||||||
Merging two dictionaries in an expression is a frequently requested
|
Merging two dictionaries in an expression is a frequently requested
|
||||||
|
|
Loading…
Reference in New Issue