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
This commit is contained in:
Inada Naoki 2022-05-13 11:37:54 +09:00 committed by GitHub
parent 46efeee6d5
commit 91116788af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -2,11 +2,13 @@ PEP: 623
Title: Remove wstr from Unicode
Author: Inada Naoki <songofacandy@gmail.com>
BDFL-Delegate: Victor Stinner <vstinner@python.org>
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