Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions Doc/c-api/codec.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,11 @@ Registry API for Unicode encoding error handlers
Replace the unicode encode error with ``\N{...}`` escapes.

.. versionadded:: 3.5


Codec utility variables
-----------------------

.. c:var:: const char *Py_hexdigits

A string constant containing the hexadecimal digits ``"0123456789abcdef"``.
Loading