PEP 584: Final (#1440)
This commit is contained in:
parent
89d5db95cf
commit
502e73aa20
|
@ -5,13 +5,14 @@ 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: Accepted
|
Status: Final
|
||||||
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, 17-Feb-2020
|
Post-History: 01-Mar-2019, 16-Oct-2019, 02-Dec-2019, 04-Feb-2020,
|
||||||
Resolution:
|
17-Feb-2020
|
||||||
|
Resolution: https://mail.python.org/archives/list/python-dev@python.org/thread/6KT2KIOTYXMDCD2CCAOLOI7LUGTN6MBS
|
||||||
|
|
||||||
|
|
||||||
========
|
========
|
||||||
|
@ -182,7 +183,7 @@ right-hand mapping, if any exists for its type.
|
||||||
Reference Implementation
|
Reference Implementation
|
||||||
========================
|
========================
|
||||||
|
|
||||||
One of the authors has `drafted a C implementation
|
One of the authors has `written a C implementation
|
||||||
<https://github.com/python/cpython/pull/12088>`_.
|
<https://github.com/python/cpython/pull/12088>`_.
|
||||||
|
|
||||||
An *approximate* pure-Python implementation is::
|
An *approximate* pure-Python implementation is::
|
||||||
|
|
Loading…
Reference in New Issue