Mailing List Archive

Fix an error in the news entry for _posixsubprocess multiphase init (GH-23516)
https://github.com/python/cpython/commit/7a240aef1526e56943381dca3fbda139962500f2
commit: 7a240aef1526e56943381dca3fbda139962500f2
branch: master
author: Zackery Spytz <zspytz@gmail.com>
committer: gpshead <greg@krypto.org>
date: 2020-11-28T13:46:30-08:00
summary:

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.

files:
M Misc/NEWS.d/next/C API/2020-11-19-16-54-16.bpo-1635741.9tVsZt.rst

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 cdaabfcc0910b..d5a10695b4b41 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`).

_______________________________________________
Python-checkins mailing list
Python-checkins@python.org
https://mail.python.org/mailman/listinfo/python-checkins