From fe70e9478252b26c4629c0bf7cceb7d7ac7048ac Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Wed, 7 Feb 2024 17:02:53 +0200 Subject: [PATCH] PEP 560: Mark as Final (#3570) Co-authored-by: Hugo van Kemenade --- peps/pep-0560.rst | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) 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: