]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix an error in the news entry for _posixsubprocess multiphase init (GH-23516)
authorZackery Spytz <zspytz@gmail.com>
Sat, 28 Nov 2020 21:46:30 +0000 (14:46 -0700)
committerGitHub <noreply@github.com>
Sat, 28 Nov 2020 21:46:30 +0000 (13:46 -0800)
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

index cdaabfcc0910b83f61c6a689f95093fe747dfadd..d5a10695b4b417cc0f8af8c94b5948f18505aca8 100644 (file)
@@ -1 +1,2 @@
-Port _posixshmem extension module to multiphase initialization (:pep:`489`).
+Port _posixsubprocess extension module to multiphase initialization
+(:pep:`489`).