PEP 634: Mark as Final (#3576)
This commit is contained in:
parent
d341072725
commit
963f564c71
|
@ -1,20 +1,18 @@
|
||||||
PEP: 634
|
PEP: 634
|
||||||
Title: Structural Pattern Matching: Specification
|
Title: Structural Pattern Matching: Specification
|
||||||
Version: $Revision$
|
|
||||||
Last-Modified: $Date$
|
|
||||||
Author: Brandt Bucher <brandt@python.org>,
|
Author: Brandt Bucher <brandt@python.org>,
|
||||||
Guido van Rossum <guido@python.org>
|
Guido van Rossum <guido@python.org>
|
||||||
BDFL-Delegate:
|
BDFL-Delegate:
|
||||||
Discussions-To: python-dev@python.org
|
Discussions-To: python-dev@python.org
|
||||||
Status: Accepted
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
|
||||||
Created: 12-Sep-2020
|
Created: 12-Sep-2020
|
||||||
Python-Version: 3.10
|
Python-Version: 3.10
|
||||||
Post-History: 22-Oct-2020, 08-Feb-2021
|
Post-History: 22-Oct-2020, 08-Feb-2021
|
||||||
Replaces: 622
|
Replaces: 622
|
||||||
Resolution: https://mail.python.org/archives/list/python-committers@python.org/message/SQC2FTLFV5A7DV7RCEAR2I2IKJKGK7W3
|
Resolution: https://mail.python.org/archives/list/python-committers@python.org/message/SQC2FTLFV5A7DV7RCEAR2I2IKJKGK7W3
|
||||||
|
|
||||||
|
.. canonical-doc:: :external+python:ref:`match`
|
||||||
|
|
||||||
Abstract
|
Abstract
|
||||||
========
|
========
|
||||||
|
|
Loading…
Reference in New Issue