From 04270409cbb5dc7ab79f3e15c85e6a1ddaba726b Mon Sep 17 00:00:00 2001 From: Inada Naoki Date: Sat, 8 May 2021 09:56:09 +0900 Subject: [PATCH] PEP 624: Final Implemented in https://github.com/python/cpython/pull/25881 --- pep-0624.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0624.rst b/pep-0624.rst index 4625ea3d630..18545fe093b 100644 --- a/pep-0624.rst +++ b/pep-0624.rst @@ -1,7 +1,7 @@ PEP: 624 Title: Remove Py_UNICODE encoder APIs Author: Inada Naoki -Status: Draft +Status: Final Type: Standards Track Content-Type: text/x-rst Created: 06-Jul-2020