From 7a240aef1526e56943381dca3fbda139962500f2 Mon Sep 17 00:00:00 2001 From: Zackery Spytz Date: Sat, 28 Nov 2020 14:46:30 -0700 Subject: 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. --- Misc/NEWS.d/next/C API/2020-11-19-16-54-16.bpo-1635741.9tVsZt.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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`). -- cgit v0.12