PEP 604: Mark as Final (#3677)
This commit is contained in:
parent
3f0332f992
commit
908d90ab5c
|
@ -4,14 +4,14 @@ Author: Philippe PRADOS <python@prados.fr>, Maggie Moss <maggiebmoss@gmail.com>
|
|||
Sponsor: Chris Angelico <rosuav@gmail.com>
|
||||
BDFL-Delegate: Guido van Rossum <guido@python.org>
|
||||
Discussions-To: typing-sig@python.org
|
||||
Status: Accepted
|
||||
Status: Final
|
||||
Type: Standards Track
|
||||
Topic: Typing
|
||||
Content-Type: text/x-rst
|
||||
Created: 28-Aug-2019
|
||||
Python-Version: 3.10
|
||||
Post-History: 28-Aug-2019, 05-Aug-2020
|
||||
|
||||
.. canonical-doc:: :ref:`python:types-union`
|
||||
|
||||
Abstract
|
||||
========
|
||||
|
@ -250,13 +250,3 @@ Copyright
|
|||
=========
|
||||
|
||||
This document is placed in the public domain or under the CC0-1.0-Universal license, whichever is more permissive.
|
||||
|
||||
|
||||
..
|
||||
Local Variables:
|
||||
mode: indented-text
|
||||
indent-tabs-mode: nil
|
||||
sentence-end-double-space: t
|
||||
fill-column: 70
|
||||
coding: utf-8
|
||||
End:
|
||||
|
|
Loading…
Reference in New Issue