summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorDong-hee Na <donghee.na92@gmail.com>2020-03-16 15:10:21 (GMT)
committerGitHub <noreply@github.com>2020-03-16 15:10:21 (GMT)
commit356c878fbf2a97aa3ab7951fd7456d219ff0b466 (patch)
treebb2f989cbdfcc8719a94dc06634a39c5b4982985 /Misc
parent87ec86c425a5cd3ad41b831b54c0ce1a0c363f4b (diff)
downloadcpython-356c878fbf2a97aa3ab7951fd7456d219ff0b466.zip
cpython-356c878fbf2a97aa3ab7951fd7456d219ff0b466.tar.gz
cpython-356c878fbf2a97aa3ab7951fd7456d219ff0b466.tar.bz2
bpo-1635741: Port _statistics module to multiphase initialization (GH-19015)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2020-03-15-20-51-15.bpo-1635741.iH0JND.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-03-15-20-51-15.bpo-1635741.iH0JND.rst b/Misc/NEWS.d/next/Core and Builtins/2020-03-15-20-51-15.bpo-1635741.iH0JND.rst
new file mode 100644
index 0000000..8b05a3a
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2020-03-15-20-51-15.bpo-1635741.iH0JND.rst
@@ -0,0 +1 @@
+Port _statistics module to multiphase initialization (:pep:`489`).