From a3d889d5b945b85689e74fe6c068e4f800470669 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Fri, 15 May 2020 01:51:13 +0200 Subject: [PATCH] WIP: PR created to test https://github.com/python/cpython/pull/19983 --- Doc/whatsnew/3.9.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst index fbad0fba20f4b7..83eebbf3933492 100644 --- a/Doc/whatsnew/3.9.rst +++ b/Doc/whatsnew/3.9.rst @@ -975,5 +975,5 @@ Removed * ``PyUnicode_ClearFreeList()``: the Unicode free list has been removed in Python 3.3. -* Remove ``_PyUnicode_ClearStaticStrings()`` function. +* Remove the ``_PyUnicode_ClearStaticStrings()`` function. (Contributed by Victor Stinner in :issue:`39465`.)