This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author arne123
Recipients arne123
Date 2022-03-17.21:03:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647551025.23.0.82482579805.issue47052@roundup.psfhosted.org>
In-reply-to
Content
I use Python to support some C development.
Often I need to convert bytearrays to C like convention:
0x12, 0x34

It would be very convenient for this use case if the separator could be a string (like ", 0x") instead of just a single character.
History
Date User Action Args
2022-03-17 21:03:45arne123setrecipients: + arne123
2022-03-17 21:03:45arne123setmessageid: <1647551025.23.0.82482579805.issue47052@roundup.psfhosted.org>
2022-03-17 21:03:45arne123linkissue47052 messages
2022-03-17 21:03:45arne123create