gh-141004: Document `Py_hexdigits` (GH-141059)
(cherry picked from commit
54110e20e0ed0584e159c42d9f57516c1a3b997a)
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
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 lowercase hexadecimal digits: ``"0123456789abcdef"``.
+
+ .. versionadded:: 3.3