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.
Py_hexdigits
1 parent 1697cb5 commit 54110e2Copy full SHA for 54110e2
Doc/c-api/codec.rst
@@ -129,3 +129,13 @@ 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 lowercase hexadecimal digits: ``"0123456789abcdef"``.
140
141
+ .. versionadded:: 3.3
0 commit comments