From 91116788afff3927df16e4545219885546918edd Mon Sep 17 00:00:00 2001 From: Inada Naoki Date: Fri, 13 May 2022 11:37:54 +0900 Subject: [PATCH] PEP 623: Change status to Final (#2601) * PEP 623: Mark it final Implemented in https://github.com/python/cpython/pull/92537 * Add Discussions-To and Resolution header * Fix Discussions-To link --- pep-0623.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pep-0623.rst b/pep-0623.rst index 3bf1010a5..ce0227d55 100644 --- a/pep-0623.rst +++ b/pep-0623.rst @@ -2,11 +2,13 @@ PEP: 623 Title: Remove wstr from Unicode Author: Inada Naoki BDFL-Delegate: Victor Stinner -Status: Accepted +Discussions-To: https://mail.python.org/archives/list/python-dev@python.org/thread/BO2TQHSXWL2RJMINWQQRBF5LANDDJNHH/ +Status: Final Type: Standards Track Content-Type: text/x-rst Created: 25-Jun-2020 Python-Version: 3.10 +Resolution: https://mail.python.org/archives/list/python-dev@python.org/thread/VQKDIZLZ6HF2MLTNCUFURK2IFTXVQEYA/#VQKDIZLZ6HF2MLTNCUFURK2IFTXVQEYA Abstract