diff options
author | Dong-hee Na <donghee.na92@gmail.com> | 2020-06-22 15:53:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-22 15:53:07 (GMT) |
commit | 1937edd376274cb26090d71253191502a9de32d6 (patch) | |
tree | cdba23d8d20196b11e9a5f93baf0e53e0d1829ab /Misc | |
parent | c45dbe93b7094fe014442c198727ee38b25541c4 (diff) | |
download | cpython-1937edd376274cb26090d71253191502a9de32d6.zip cpython-1937edd376274cb26090d71253191502a9de32d6.tar.gz cpython-1937edd376274cb26090d71253191502a9de32d6.tar.bz2 |
bpo-1635741: Port _lzma module to multiphase initialization (GH-19382)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2020-04-05-02-35-08.bpo-1635741.Kfe9fT.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-04-05-02-35-08.bpo-1635741.Kfe9fT.rst b/Misc/NEWS.d/next/Core and Builtins/2020-04-05-02-35-08.bpo-1635741.Kfe9fT.rst new file mode 100644 index 0000000..956d0b6 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2020-04-05-02-35-08.bpo-1635741.Kfe9fT.rst @@ -0,0 +1 @@ +Port :mod:`_lzma` to multiphase initialization. |