Add bytes.hex()
Closed this issue · 0 comments
nielstron commented
Is your feature request related to a problem? Please describe.
When trying to debug non-unicode bytestrings, a hex notation would be good for debugging purposes.
Describe the solution you'd like
implement b"hello".hex()
Describe alternatives you've considered
None
Additional context
None