mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Merge #19411: Clarify that b2a_hex/hexlify returns a bytes object.
This commit is contained in:
commit
c3f57e4a35
2 changed files with 3 additions and 2 deletions
|
|
@ -1122,7 +1122,8 @@ binascii_hexlify(PyObject *self, PyObject *args)
|
|||
PyDoc_STRVAR(doc_hexlify,
|
||||
"b2a_hex(data) -> s; Hexadecimal representation of binary data.\n\
|
||||
\n\
|
||||
This function is also available as \"hexlify()\".");
|
||||
The return value is a bytes object. This function is also\n\
|
||||
available as \"hexlify()\".");
|
||||
|
||||
|
||||
static int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue