]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41842: Add codecs.unregister() function (GH-22360)
authorHai Shi <shihai1992@gmail.com>
Mon, 28 Sep 2020 21:41:11 +0000 (05:41 +0800)
committerGitHub <noreply@github.com>
Mon, 28 Sep 2020 21:41:11 +0000 (23:41 +0200)
commitd332e7b8164c3c9c885b9e631f33d9517b628b75
tree8e19b9ecde99e301d5211595861898ef13cef69a
parent24ba3b0df5e5f2f237d7b23b4017ba12f16320ae
bpo-41842: Add codecs.unregister() function (GH-22360)

Add codecs.unregister() and PyCodec_Unregister() functions
to unregister a codec search function.
Doc/c-api/codec.rst
Doc/library/codecs.rst
Doc/whatsnew/3.10.rst
Include/codecs.h
Lib/test/test_codecs.py
Misc/ACKS
Misc/NEWS.d/next/C API/2020-09-27-20-43-16.bpo-41842.bCakAj.rst [new file with mode: 0644]
Misc/NEWS.d/next/Library/2020-09-23-22-52-24.bpo-41842.lIuhC9.rst [new file with mode: 0644]
Modules/_codecsmodule.c
Modules/clinic/_codecsmodule.c.h
Python/codecs.c