diff --git a/peps/pep-0560.rst b/peps/pep-0560.rst index 154145d0c..cb5d60e10 100644 --- a/peps/pep-0560.rst +++ b/peps/pep-0560.rst @@ -1,14 +1,15 @@ PEP: 560 Title: Core support for typing module and generic types Author: Ivan Levkivskyi -Status: Accepted +Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 03-Sep-2017 Python-Version: 3.7 Post-History: 09-Sep-2017, 14-Nov-2017 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 ======== @@ -316,14 +317,3 @@ Copyright ========= 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: