diff options
author | 2021-01-04 22:33:45 +0100 | |
---|---|---|
committer | 2021-01-04 22:33:45 +0100 | |
commit | 0b858cdd5d114f0890b11b6c4d6559d0ceb468ab (patch) | |
tree | db0cacfe7c5c219442cf9c2815d9d2f4ac723600 /Misc/NEWS.d/next/Library/2021-01-04-15-05-40.bpo-1635741.EOCfZY.rst | |
parent | Post 3.10.0a4 (diff) | |
download | cpython-0b858cdd5d114f0890b11b6c4d6559d0ceb468ab.tar.gz cpython-0b858cdd5d114f0890b11b6c4d6559d0ceb468ab.tar.bz2 cpython-0b858cdd5d114f0890b11b6c4d6559d0ceb468ab.zip |
bpo-1635741: Convert _multibytecodec to multi-phase init (GH-24095)
Convert the _multibytecodec extension module (CJK codecs) to multi-phase
initialization (PEP 489).
Diffstat (limited to 'Misc/NEWS.d/next/Library/2021-01-04-15-05-40.bpo-1635741.EOCfZY.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-01-04-15-05-40.bpo-1635741.EOCfZY.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-01-04-15-05-40.bpo-1635741.EOCfZY.rst b/Misc/NEWS.d/next/Library/2021-01-04-15-05-40.bpo-1635741.EOCfZY.rst new file mode 100644 index 00000000000..7ba9a53ddf9 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2021-01-04-15-05-40.bpo-1635741.EOCfZY.rst @@ -0,0 +1,2 @@ +Convert the _multibytecodec extension module (CJK codecs) to multi-phase +initialization (:pep:`489`). Patch by Erlend E. Aasland. |