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 xmorel
Recipients serhiy.storchaka, xmorel
Date 2021-08-06.10:33:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628246000.54.0.560865955842.issue43526@roundup.psfhosted.org>
In-reply-to
Content
Serhiy an other question (because I've encountered it *again*), do you think it'd be possible to split out the specific warning of stringifying (but *not* explicitely repr-ing) a bytes instance from everything else?

There are use-cases for it, but I think it's rather error prone when a `bytes` unexpectedly finds itself mixed into either string or non-string data which stringify "normally" and generates what is often garbage output.
History
Date User Action Args
2021-08-06 10:33:20xmorelsetrecipients: + xmorel, serhiy.storchaka
2021-08-06 10:33:20xmorelsetmessageid: <1628246000.54.0.560865955842.issue43526@roundup.psfhosted.org>
2021-08-06 10:33:20xmorellinkissue43526 messages
2021-08-06 10:33:20xmorelcreate