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 Dennis Sweeney
Recipients Dennis Sweeney, arne123, gregory.p.smith
Date 2022-03-17.21:45:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647553508.26.0.631293150657.issue47052@roundup.psfhosted.org>
In-reply-to
Content
In particular, it's one ascii character:

    >>> b'abracadabra'.hex('😋')
    ValueError: sep must be ASCII.

I wouldn't be completely opposed to allowing longer strings, but since there are easy enough ways to do it already, put me at a -0. We can see if anyone else is in favor.
History
Date User Action Args
2022-03-17 21:45:08Dennis Sweeneysetrecipients: + Dennis Sweeney, gregory.p.smith, arne123
2022-03-17 21:45:08Dennis Sweeneysetmessageid: <1647553508.26.0.631293150657.issue47052@roundup.psfhosted.org>
2022-03-17 21:45:08Dennis Sweeneylinkissue47052 messages
2022-03-17 21:45:08Dennis Sweeneycreate