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$
|
Last-Modified: $Date$
|
||||||
Author: Brandt Bucher <brandtbucher@gmail.com>
|
Author: Brandt Bucher <brandtbucher@gmail.com>
|
||||||
Sponsor: Guido van Rossum <guido@python.org>
|
Sponsor: 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: 10-Feb-2020
|
Created: 10-Feb-2020
|
||||||
Python-Version: 3.9
|
Python-Version: 3.9
|
||||||
Post-History: 11-Feb-2020
|
Post-History: 11-Feb-2020, 18-Feb-2020, 03-Mar-2020
|
||||||
Resolution:
|
Resolution: https://mail.python.org/archives/list/python-dev@python.org/thread/VSR66MOTCDCY7ZFH4IG7QVFI2JXQQZQ5
|
||||||
|
|
||||||
|
|
||||||
Abstract
|
Abstract
|
||||||
|
@ -205,8 +205,8 @@ exists.
|
||||||
Reference Implementation
|
Reference Implementation
|
||||||
========================
|
========================
|
||||||
|
|
||||||
The author has drafted a CPython implementation, which can be found on
|
The author has written a `CPython implementation
|
||||||
`GitHub <https://github.com/brandtbucher/cpython/tree/decorators>`_.
|
<https://github.com/python/cpython/pull/18570>`_.
|
||||||
|
|
||||||
|
|
||||||
Copyright
|
Copyright
|
||||||
|
|
Loading…
Reference in New Issue