diff options
author | Inada Naoki <songofacandy@gmail.com> | 2021-02-22 23:06:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-22 23:06:51 (GMT) |
commit | 2d6f2eed14ff5d89155b52771cc8ef957e8145b4 (patch) | |
tree | 808f218b736da47f2f4acffe68949ce0631fb11a /Misc/NEWS.d/next/Documentation/2020-06-15-10-45-45.bpo-36346.H0sS_i.rst | |
parent | 91a639a094978882caef91915c932fbb2fc347de (diff) | |
download | cpython-2d6f2eed14ff5d89155b52771cc8ef957e8145b4.zip cpython-2d6f2eed14ff5d89155b52771cc8ef957e8145b4.tar.gz cpython-2d6f2eed14ff5d89155b52771cc8ef957e8145b4.tar.bz2 |
bpo-36346: Document removal schedule of deprecate APIs (GH-20879)
We will remove wstr cache in Python 3.12. See PEP 623.
Diffstat (limited to 'Misc/NEWS.d/next/Documentation/2020-06-15-10-45-45.bpo-36346.H0sS_i.rst')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2020-06-15-10-45-45.bpo-36346.H0sS_i.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2020-06-15-10-45-45.bpo-36346.H0sS_i.rst b/Misc/NEWS.d/next/Documentation/2020-06-15-10-45-45.bpo-36346.H0sS_i.rst new file mode 100644 index 0000000..b737e12 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2020-06-15-10-45-45.bpo-36346.H0sS_i.rst @@ -0,0 +1,2 @@ +Update some deprecated unicode APIs which are documented as "will be removed +in 4.0" to "3.12". See :pep:`623` for detail. |