We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47971e9 commit c00ad8dCopy full SHA for c00ad8d
Doc/whatsnew/3.14.rst
@@ -216,6 +216,13 @@ ast
216
(Contributed by Irit Katriel in :gh:`123958`.)
217
218
219
+codecs
220
+------
221
+
222
+* Added :func:`codecs.unregister_error` to un-register custom error handlers.
223
+ (Contributed by Bénédikt Tran in :gh:`124665`.)
224
225
226
ctypes
227
------
228
@@ -672,6 +679,10 @@ New Features
672
679
<https://peps.python.org/pep-0630/#type-checking>`__ mentioned in :pep:`630`
673
680
(:gh:`124153`).
674
681
682
+* Add :c:func:`PyCodec_UnregisterError` to the limited C API to un-register
683
+ custom error handlers.
684
685
675
686
676
687
Porting to Python 3.14
677
688
----------------------
0 commit comments