diff options
author | Dong-hee Na <donghee.na92@gmail.com> | 2020-03-16 15:10:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-16 15:10:21 (GMT) |
commit | 356c878fbf2a97aa3ab7951fd7456d219ff0b466 (patch) | |
tree | bb2f989cbdfcc8719a94dc06634a39c5b4982985 /Misc | |
parent | 87ec86c425a5cd3ad41b831b54c0ce1a0c363f4b (diff) | |
download | cpython-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.rst | 1 |
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`). |