From ef1b489c4cd230f300863c4f08e82dd4461b02f9 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Wed, 14 Feb 2024 22:29:34 +0200 Subject: [PATCH] PEP 586: Mark as Final (#3666) --- peps/pep-0586.rst | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/peps/pep-0586.rst b/peps/pep-0586.rst index a3f9fba6c..99fe92ca8 100644 --- a/peps/pep-0586.rst +++ b/peps/pep-0586.rst @@ -3,15 +3,15 @@ Title: Literal Types Author: Michael Lee , Ivan Levkivskyi , Jukka Lehtosalo BDFL-Delegate: Guido van Rossum Discussions-To: typing-sig@python.org -Status: Accepted +Status: Final Type: Standards Track Topic: Typing -Content-Type: text/x-rst Created: 14-Mar-2019 Python-Version: 3.8 Post-History: 14-Mar-2019 Resolution: https://mail.python.org/archives/list/typing-sig@python.org/message/FDO4KFYWYQEP3U2HVVBEBR3SXPHQSHYR/ +.. canonical-typing-spec:: :ref:`typing:literal-types` Abstract ======== @@ -752,14 +752,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: -