PEP 560: Mark as Final (#3570)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
3728f0d47a
commit
fe70e94782
|
@ -1,14 +1,15 @@
|
||||||
PEP: 560
|
PEP: 560
|
||||||
Title: Core support for typing module and generic types
|
Title: Core support for typing module and generic types
|
||||||
Author: Ivan Levkivskyi <levkivskyi@gmail.com>
|
Author: Ivan Levkivskyi <levkivskyi@gmail.com>
|
||||||
Status: Accepted
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
|
||||||
Created: 03-Sep-2017
|
Created: 03-Sep-2017
|
||||||
Python-Version: 3.7
|
Python-Version: 3.7
|
||||||
Post-History: 09-Sep-2017, 14-Nov-2017
|
Post-History: 09-Sep-2017, 14-Nov-2017
|
||||||
Resolution: https://mail.python.org/pipermail/python-dev/2017-December/151038.html
|
Resolution: https://mail.python.org/pipermail/python-dev/2017-December/151038.html
|
||||||
|
|
||||||
|
.. canonical-doc:: :external+python:meth:`object.__class_getitem__` and
|
||||||
|
:external+python:meth:`object.__mro_entries__`
|
||||||
|
|
||||||
Abstract
|
Abstract
|
||||||
========
|
========
|
||||||
|
@ -316,14 +317,3 @@ Copyright
|
||||||
=========
|
=========
|
||||||
|
|
||||||
This document has been placed in the public domain.
|
This document has been placed in the public domain.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
..
|
|
||||||
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