Skip to content
Snippets Groups Projects
Commit 5e7fa7c8 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

docs/ubinascii: Document non-standard "sep" argument to hexlify().

parent 8a8e7750
No related branches found
No related tags found
No related merge requests found
......@@ -10,10 +10,16 @@ encodings of it in ASCII form (in both directions).
Functions
---------
.. function:: hexlify(data)
.. function:: hexlify(data, [sep])
Convert binary data to hexadecimal representation. Return bytes string.
.. admonition:: Difference to CPython
:class: attention
If additional argument, `sep` is supplied, it is used as a seperator
between hexadecimal values.
.. function:: unhexlify(data)
Convert hexadecimal data to binary representation. Return bytes string.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment