PEP 584: Final (#1440)

This commit is contained in:
Brandt Bucher 2020-06-18 18:49:52 -07:00 committed by GitHub
parent 89d5db95cf
commit 502e73aa20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -5,13 +5,14 @@ Last-Modified: $Date$
Author: Steven D'Aprano <steve@pearwood.info>,
Brandt Bucher <brandtbucher@gmail.com>
BDFL-Delegate: Guido van Rossum <guido@python.org>
Status: Accepted
Status: Final
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, 17-Feb-2020
Resolution:
Post-History: 01-Mar-2019, 16-Oct-2019, 02-Dec-2019, 04-Feb-2020,
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
========================
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>`_.
An *approximate* pure-Python implementation is::