From 097f2d88857a8d35f89748f0bb6cce79ae15ee41 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Sat, 1 Jun 2024 22:57:49 -0600 Subject: [PATCH] PEP 581: Mark as Final (#3807) --- peps/pep-0581.rst | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/peps/pep-0581.rst b/peps/pep-0581.rst index 4f13db077..7405d5229 100644 --- a/peps/pep-0581.rst +++ b/peps/pep-0581.rst @@ -1,13 +1,10 @@ PEP: 581 Title: Using GitHub Issues for CPython -Version: $Revision$ -Last-Modified: $Date$ Author: Mariatta BDFL-Delegate: Barry Warsaw Discussions-To: https://discuss.python.org/t/535 -Status: Accepted +Status: Final Type: Process -Content-Type: text/x-rst Created: 20-Jun-2018 Post-History: 07-Mar-2019 Resolution: https://mail.python.org/pipermail/python-dev/2019-May/157399.html @@ -293,14 +290,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: rst - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: