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 eric.smith
Recipients eric.smith, ncoghlan
Date 2014-09-11.07:23:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I think this would need to be implemented by adding bytes.__format__. I can't think of a way to make it work on bytes-like objects in general.
History
Date User Action Args
2014-09-11 07:23:31eric.smithsetrecipients: + eric.smith, ncoghlan
2014-09-11 07:23:31eric.smithsetmessageid: <[email protected]>
2014-09-11 07:23:31eric.smithlinkissue22385 messages
2014-09-11 07:23:31eric.smithcreate