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 gregory.p.smith
Recipients Arfrever, Christian H, barry, belopolsky, eric.smith, gotgenes, gregory.p.smith, mrh1997, ncoghlan
Date 2019-05-26.00:57:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558832260.71.0.600027928146.issue22385@roundup.psfhosted.org>
In-reply-to
Content
Given that we have f-strings, I don't think a format mini language makes as much sense.  My PR adds support for separators to the .hex() methods (and to binascii.hexlify) via a parameter.  Extending beyond what MicroPython already does in its binascii implementation (a single sep parameter).
History
Date User Action Args
2019-05-26 00:57:40gregory.p.smithsetrecipients: + gregory.p.smith, barry, ncoghlan, belopolsky, eric.smith, gotgenes, Arfrever, Christian H, mrh1997
2019-05-26 00:57:40gregory.p.smithsetmessageid: <1558832260.71.0.600027928146.issue22385@roundup.psfhosted.org>
2019-05-26 00:57:40gregory.p.smithlinkissue22385 messages
2019-05-26 00:57:40gregory.p.smithcreate