Skip to content

Commit eac7b9f

Browse files
miss-islingtonStanFromIrelandvstinner
authored
[3.14] pythongh-141004: Document Py_hexdigits (pythonGH-141059) (pythonGH-141138)
pythongh-141004: Document `Py_hexdigits` (pythonGH-141059) (cherry picked from commit 54110e2) Co-authored-by: Stan Ulbrych <[email protected]> Co-authored-by: Victor Stinner <[email protected]>
1 parent cd5508d commit eac7b9f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Doc/c-api/codec.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,13 @@ Registry API for Unicode encoding error handlers
129129
Replace the unicode encode error with ``\N{...}`` escapes.
130130
131131
.. versionadded:: 3.5
132+
133+
134+
Codec utility variables
135+
-----------------------
136+
137+
.. c:var:: const char *Py_hexdigits
138+
139+
A string constant containing the lowercase hexadecimal digits: ``"0123456789abcdef"``.
140+
141+
.. versionadded:: 3.3

0 commit comments

Comments
 (0)