diff options
author | Hai Shi <shihai1992@gmail.com> | 2020-03-11 16:49:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-11 16:49:11 (GMT) |
commit | 41fbf865a35d4fb64f047f98dc24690cb0c170fd (patch) | |
tree | aa39c46541a4f0793e2edadfcd15fbffc7bca856 /Misc | |
parent | a158168a787e82c4b7b18f6833153188e93627a5 (diff) | |
download | cpython-41fbf865a35d4fb64f047f98dc24690cb0c170fd.zip cpython-41fbf865a35d4fb64f047f98dc24690cb0c170fd.tar.gz cpython-41fbf865a35d4fb64f047f98dc24690cb0c170fd.tar.bz2 |
bpo-1635741: Port audioop extension module to multiphase initialization (PEP 489) (GH-18608)
Co-authored-by: Victor Stinner <vstinner@python.org>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2020-02-22-14-33-59.bpo-1635741.BTJ0cX.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-02-22-14-33-59.bpo-1635741.BTJ0cX.rst b/Misc/NEWS.d/next/Core and Builtins/2020-02-22-14-33-59.bpo-1635741.BTJ0cX.rst new file mode 100644 index 0000000..e1ba44a --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2020-02-22-14-33-59.bpo-1635741.BTJ0cX.rst @@ -0,0 +1 @@ +Port audioop extension module to multiphase initialization (:pep:`489`).
\ No newline at end of file |