Skip to content

Commit c00ad8d

Browse files
committed
add What's New entry
1 parent 47971e9 commit c00ad8d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,13 @@ ast
216216
(Contributed by Irit Katriel in :gh:`123958`.)
217217

218218

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+
219226
ctypes
220227
------
221228

@@ -672,6 +679,10 @@ New Features
672679
<https://peps.python.org/pep-0630/#type-checking>`__ mentioned in :pep:`630`
673680
(:gh:`124153`).
674681

682+
* Add :c:func:`PyCodec_UnregisterError` to the limited C API to un-register
683+
custom error handlers.
684+
(Contributed by Bénédikt Tran in :gh:`124665`.)
685+
675686

676687
Porting to Python 3.14
677688
----------------------

0 commit comments

Comments
 (0)