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

extmod/modubinascii: Add "separator" argument to hexlify().

This is extension to CPython, it allows to easily produce human-readable
hex dump:

>>> ubinascii.hexlify(b"\xaa\x55\xaa\x55", b" ")
b'aa 55 aa 55'
parent b4c65c25
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment