From 272e3a3d30f33c4f414292c21b028721bee33e30 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Thu, 15 Feb 2024 09:15:19 +0200 Subject: [PATCH 1/2] PEP 613: Mark as Final --- peps/pep-0613.rst | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/peps/pep-0613.rst b/peps/pep-0613.rst index 3cfdb9f578e..4911a2af069 100644 --- a/peps/pep-0613.rst +++ b/peps/pep-0613.rst @@ -3,14 +3,14 @@ Title: Explicit Type Aliases Author: Shannon Zhu Sponsor: Guido van Rossum Discussions-To: https://mail.python.org/archives/list/typing-sig@python.org/thread/MWRJOBEEEMFVXE7CAKO7B4P46IPM4AN3/ -Status: Accepted +Status: Final Type: Standards Track Topic: Typing -Content-Type: text/x-rst Created: 21-Jan-2020 Python-Version: 3.10 Post-History: 21-Jan-2020 +.. canonical-typing-spec:: :ref:`typing:type-aliases` Abstract ======== @@ -226,13 +226,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: From f4e7d5b2283ef66948559e154727c0bbf7b72e6d Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Thu, 15 Feb 2024 09:21:32 +0200 Subject: [PATCH 2/2] PEP 613: Fix indent and formatting --- peps/pep-0613.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peps/pep-0613.rst b/peps/pep-0613.rst index 4911a2af069..108cd958389 100644 --- a/peps/pep-0613.rst +++ b/peps/pep-0613.rst @@ -218,7 +218,7 @@ Version History * 2021-11-16 - * Allow TypeAlias inside class scope + * Allow ``TypeAlias`` inside class scope Copyright