summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorHai Shi <shihai1992@gmail.com>2020-02-17 09:11:34 (GMT)
committerGitHub <noreply@github.com>2020-02-17 09:11:34 (GMT)
commitb2b6e27bcab44e914d0a0b170e915d6f1604a76d (patch)
tree48abe7582980ba9c73e63a989dc6f5df4065ba65 /Misc
parentd83b6600b25487e4ebffd7949d0f478de9538875 (diff)
downloadcpython-b2b6e27bcab44e914d0a0b170e915d6f1604a76d.zip
cpython-b2b6e27bcab44e914d0a0b170e915d6f1604a76d.tar.gz
cpython-b2b6e27bcab44e914d0a0b170e915d6f1604a76d.tar.bz2
bpo-1635741: Port _crypt extension module to multiphase initialization (PEP 489) (GH-18404)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2020-02-07-12-57-40.bpo-1635741.ySW6gq.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-02-07-12-57-40.bpo-1635741.ySW6gq.rst b/Misc/NEWS.d/next/Core and Builtins/2020-02-07-12-57-40.bpo-1635741.ySW6gq.rst
new file mode 100644
index 0000000..6b35bdc
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2020-02-07-12-57-40.bpo-1635741.ySW6gq.rst
@@ -0,0 +1 @@
+Port _crypt extension module to multiphase initialization (:pep:`489`). \ No newline at end of file