Fix an error in the news entry for _posixsubprocess multiphase init (GH-23516)
Commit 035deee265
converted the
_posixsubprocess module to multiphase initialization, but the news entry
mentions the _posixshmem module.
This commit is contained in:
parent
fa840cc81d
commit
7a240aef15
|
@ -1 +1,2 @@
|
|||
Port _posixshmem extension module to multiphase initialization (:pep:`489`).
|
||||
Port _posixsubprocess extension module to multiphase initialization
|
||||
(:pep:`489`).
|
||||
|
|
Loading…
Reference in New Issue