summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorDong-hee Na <donghee.na92@gmail.com>2020-03-19 16:16:04 (GMT)
committerGitHub <noreply@github.com>2020-03-19 16:16:04 (GMT)
commit77248a28896d39cae0a7e084965b9ffc2624b7f4 (patch)
tree3f38127dc1046eed09883cab5b8b6913df4cc362 /Misc
parent9052f7a41b90f2d34011c8da68f9a4facebc8a97 (diff)
downloadcpython-77248a28896d39cae0a7e084965b9ffc2624b7f4.zip
cpython-77248a28896d39cae0a7e084965b9ffc2624b7f4.tar.gz
cpython-77248a28896d39cae0a7e084965b9ffc2624b7f4.tar.bz2
bpo-1635741: Port _collections module to multiphase initialization (GH-19074)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2020-03-19-23-34-22.bpo-1635741.ayunLM.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-03-19-23-34-22.bpo-1635741.ayunLM.rst b/Misc/NEWS.d/next/Core and Builtins/2020-03-19-23-34-22.bpo-1635741.ayunLM.rst
new file mode 100644
index 0000000..458df4a
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2020-03-19-23-34-22.bpo-1635741.ayunLM.rst
@@ -0,0 +1 @@
+Port _collections module to multiphase initialization (:pep:`489`).