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 serhiy.storchaka
Recipients Arfrever, eric.araujo, lukasz.langa, serhiy.storchaka, tarek
Date 2014-01-23.21:28:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
> I think that repr could be used:

Agree.

"{}".format(bytestr) -> "{!r}".format(bytestr)
History
Date User Action Args
2014-01-23 21:28:28serhiy.storchakasetrecipients: + serhiy.storchaka, tarek, eric.araujo, Arfrever, lukasz.langa
2014-01-23 21:28:28serhiy.storchakasetmessageid: <[email protected]>
2014-01-23 21:28:27serhiy.storchakalinkissue20363 messages
2014-01-23 21:28:27serhiy.storchakacreate