diff options
author | Christian Heimes <christian@python.org> | 2020-11-19 07:47:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-19 07:47:32 (GMT) |
commit | fa2eee975dbf7d2728021ef9d97328bbe88351cf (patch) | |
tree | e58b8a52d5c7bbd6213a88cc77751b1fed63380a /Misc | |
parent | cc0cd43c0f96dac413e54855e9c77ec4b73bd2f8 (diff) | |
download | cpython-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.rst | 2 |
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`) |