summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2020-11-19 07:47:32 (GMT)
committerGitHub <noreply@github.com>2020-11-19 07:47:32 (GMT)
commitfa2eee975dbf7d2728021ef9d97328bbe88351cf (patch)
treee58b8a52d5c7bbd6213a88cc77751b1fed63380a /Misc
parentcc0cd43c0f96dac413e54855e9c77ec4b73bd2f8 (diff)
downloadcpython-fa2eee975dbf7d2728021ef9d97328bbe88351cf.zip
cpython-fa2eee975dbf7d2728021ef9d97328bbe88351cf.tar.gz
cpython-fa2eee975dbf7d2728021ef9d97328bbe88351cf.tar.bz2
bpo-1635741: Port grp and pwd to multiphase initialization (GH-23360)
Signed-off-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/C API/2020-11-18-09-46-35.bpo-1635741.SH8OIT.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/C API/2020-11-18-09-46-35.bpo-1635741.SH8OIT.rst b/Misc/NEWS.d/next/C API/2020-11-18-09-46-35.bpo-1635741.SH8OIT.rst
new file mode 100644
index 0000000..34802cd
--- /dev/null
+++ b/Misc/NEWS.d/next/C API/2020-11-18-09-46-35.bpo-1635741.SH8OIT.rst
@@ -0,0 +1,2 @@
+Port :mod:`grp` and :mod:`pwd` extension modules to multiphase
+initialization (:pep:`489`)