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 35528fc commit 8875066Copy full SHA for 8875066
Doc/c-api/codec.rst
@@ -129,3 +129,11 @@ Registry API for Unicode encoding error handlers
129
Replace the unicode encode error with ``\N{...}`` escapes.
130
131
.. 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 hexadecimal digits ``"0123456789abcdef"``.
0 commit comments