diff options
author | Hai Shi <shihai1992@gmail.com> | 2020-02-18 11:17:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-18 11:17:38 (GMT) |
commit | 5d38517aa1836542a5417b724c093bcb245f0f47 (patch) | |
tree | 914b583c5f482d08fb0d4ab048f44b7d1587f1bd /Misc | |
parent | 8edfc47baec7ff4cb1b9db83dd35c8ffc1d498a4 (diff) | |
download | cpython-5d38517aa1836542a5417b724c093bcb245f0f47.zip cpython-5d38517aa1836542a5417b724c093bcb245f0f47.tar.gz cpython-5d38517aa1836542a5417b724c093bcb245f0f47.tar.bz2 |
bpo-1635741: Port _bz2 extension module to multiphase initialization(PEP 489) (GH-18050)
https://bugs.python.org/issue1635741
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2020-01-18-11-06-28.bpo-1635741.OKROOt.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-01-18-11-06-28.bpo-1635741.OKROOt.rst b/Misc/NEWS.d/next/Core and Builtins/2020-01-18-11-06-28.bpo-1635741.OKROOt.rst new file mode 100644 index 0000000..d3f12a7 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2020-01-18-11-06-28.bpo-1635741.OKROOt.rst @@ -0,0 +1 @@ +Port _bz2 extension module to multiphase initialization (:pep:`489`).
\ No newline at end of file |