summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorZackery Spytz <zspytz@gmail.com>2020-11-28 21:46:30 (GMT)
committerGitHub <noreply@github.com>2020-11-28 21:46:30 (GMT)
commit7a240aef1526e56943381dca3fbda139962500f2 (patch)
tree01a928d20a26283af9f4e09cffe6351729f65ef4 /Misc/NEWS.d
parentfa840cc81d61b936ef95fdf7509a11b5927dc585 (diff)
downloadcpython-7a240aef1526e56943381dca3fbda139962500f2.zip
cpython-7a240aef1526e56943381dca3fbda139962500f2.tar.gz
cpython-7a240aef1526e56943381dca3fbda139962500f2.tar.bz2
Fix an error in the news entry for _posixsubprocess multiphase init (GH-23516)
Commit 035deee265c7fb227ddc87222fa48761231d8bd7 converted the _posixsubprocess module to multiphase initialization, but the news entry mentions the _posixshmem module.
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/C API/2020-11-19-16-54-16.bpo-1635741.9tVsZt.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/C API/2020-11-19-16-54-16.bpo-1635741.9tVsZt.rst b/Misc/NEWS.d/next/C API/2020-11-19-16-54-16.bpo-1635741.9tVsZt.rst
index cdaabfc..d5a1069 100644
--- a/Misc/NEWS.d/next/C API/2020-11-19-16-54-16.bpo-1635741.9tVsZt.rst
+++ b/Misc/NEWS.d/next/C API/2020-11-19-16-54-16.bpo-1635741.9tVsZt.rst
@@ -1 +1,2 @@
-Port _posixshmem extension module to multiphase initialization (:pep:`489`).
+Port _posixsubprocess extension module to multiphase initialization
+(:pep:`489`).