PEP 614: Final (#1437)
This commit is contained in:
parent
a34d674365
commit
89d5db95cf
10
pep-0614.rst
10
pep-0614.rst
|
@ -4,13 +4,13 @@ Version: $Revision$
|
|||
Last-Modified: $Date$
|
||||
Author: Brandt Bucher <brandtbucher@gmail.com>
|
||||
Sponsor: Guido van Rossum <guido@python.org>
|
||||
Status: Accepted
|
||||
Status: Final
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 10-Feb-2020
|
||||
Python-Version: 3.9
|
||||
Post-History: 11-Feb-2020
|
||||
Resolution:
|
||||
Post-History: 11-Feb-2020, 18-Feb-2020, 03-Mar-2020
|
||||
Resolution: https://mail.python.org/archives/list/python-dev@python.org/thread/VSR66MOTCDCY7ZFH4IG7QVFI2JXQQZQ5
|
||||
|
||||
|
||||
Abstract
|
||||
|
@ -205,8 +205,8 @@ exists.
|
|||
Reference Implementation
|
||||
========================
|
||||
|
||||
The author has drafted a CPython implementation, which can be found on
|
||||
`GitHub <https://github.com/brandtbucher/cpython/tree/decorators>`_.
|
||||
The author has written a `CPython implementation
|
||||
<https://github.com/python/cpython/pull/18570>`_.
|
||||
|
||||
|
||||
Copyright
|
||||
|
|
Loading…
Reference in New Issue