diff options
author | Erlend E. Aasland <erlend.aasland@protonmail.com> | 2023-04-27 13:02:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-27 13:02:43 (GMT) |
commit | 8a0c7f1e402768c7e806e2472e0a493c1800851f (patch) | |
tree | 5a5662fd4567987b59ce628707c97cd6955d74ba /Misc | |
parent | e9c777208f83b9a78fcef1eb3c56e209e739ffc1 (diff) | |
download | cpython-8a0c7f1e402768c7e806e2472e0a493c1800851f.zip cpython-8a0c7f1e402768c7e806e2472e0a493c1800851f.tar.gz cpython-8a0c7f1e402768c7e806e2472e0a493c1800851f.tar.bz2 |
gh-103583: Isolate CJK codec modules (#103869)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-04-26-15-14-36.gh-issue-103583.iCMDFt.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-04-26-15-14-36.gh-issue-103583.iCMDFt.rst b/Misc/NEWS.d/next/Library/2023-04-26-15-14-36.gh-issue-103583.iCMDFt.rst new file mode 100644 index 0000000..8c92ee4 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-04-26-15-14-36.gh-issue-103583.iCMDFt.rst @@ -0,0 +1,2 @@ +Isolate :mod:`!_multibytecodec` and codecs extension modules. Patches by +Erlend E. Aasland. |