From f05704238b06168ef4807360595a36f3ddb112b9 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Sat, 1 Jun 2024 14:09:32 -0600 Subject: [PATCH] PEP 590: Mark as Final (#3598) Co-authored-by: Hugo van Kemenade --- peps/pep-0590.rst | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/peps/pep-0590.rst b/peps/pep-0590.rst index a3fa010fa..a5f99797e 100644 --- a/peps/pep-0590.rst +++ b/peps/pep-0590.rst @@ -4,11 +4,12 @@ Author: Mark Shannon , Jeroen Demeyer BDFL-Delegate: Petr Viktorin Status: Accepted Type: Standards Track -Content-Type: text/x-rst Created: 29-Mar-2019 Python-Version: 3.8 Post-History: +.. canonical-doc:: :ref:`python:vectorcall` + Abstract ======== @@ -323,14 +324,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: