From: Zackery Spytz Date: Sat, 28 Nov 2020 21:46:30 +0000 (-0700) Subject: Fix an error in the news entry for _posixsubprocess multiphase init (GH-23516) X-Git-Tag: v3.10.0a3~67 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7a240aef1526e56943381dca3fbda139962500f2;p=thirdparty%2FPython%2Fcpython.git 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. --- 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 cdaabfcc0910..d5a10695b4b4 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`).