Commit 5e7fa7c8 authored by Paul Sokolovsky's avatar Paul Sokolovsky

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

parent 8a8e7750
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment