diff options
author | Hai Shi <shihai1992@gmail.com> | 2020-02-11 11:16:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-11 11:16:38 (GMT) |
commit | 1ea45ae257971ee7b648e3b031603a31fc059f81 (patch) | |
tree | 25d7874df01e2032505d4da28e7a181f32f3a69b /Misc | |
parent | 4eb9f4313cfaea6a9611221024a1c54f5662cc37 (diff) | |
download | cpython-1ea45ae257971ee7b648e3b031603a31fc059f81.zip cpython-1ea45ae257971ee7b648e3b031603a31fc059f81.tar.gz cpython-1ea45ae257971ee7b648e3b031603a31fc059f81.tar.bz2 |
bpo-1635741: Port _codecs extension module to multiphase initialization (PEP 489) (GH-18065)
https://bugs.python.org/issue1635741
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2020-01-19-11-06-30.bpo-1635741.0mjsfm.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-01-19-11-06-30.bpo-1635741.0mjsfm.rst b/Misc/NEWS.d/next/Core and Builtins/2020-01-19-11-06-30.bpo-1635741.0mjsfm.rst new file mode 100644 index 0000000..10fc23b --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2020-01-19-11-06-30.bpo-1635741.0mjsfm.rst @@ -0,0 +1 @@ +Port _codecs extension module to multiphase initialization (:pep:`489`).
\ No newline at end of file |