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 benjamin.peterson
Recipients arjennienhuis, benjamin.peterson, christian.heimes, eric.smith, exarkun, ezio.melotti, gvanrossum, loewis, martin.panter, serhiy.storchaka, terry.reedy, uau, vstinner
Date 2013-01-22.18:24:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358879062.14.0.877080922767.issue3982@psf.upfronthosting.co.za>
In-reply-to
Content
Implementing this certainly hasn't gotten any easier as 3.x str.format has evoled. The kind of format codes and modifiers wanted to for formatting byte strings might be different that those for text strings. I think it probably needs a pep.
History
Date User Action Args
2013-01-22 18:24:22benjamin.petersonsetrecipients: + benjamin.peterson, gvanrossum, loewis, terry.reedy, exarkun, vstinner, eric.smith, christian.heimes, ezio.melotti, arjennienhuis, uau, martin.panter, serhiy.storchaka
2013-01-22 18:24:22benjamin.petersonsetmessageid: <1358879062.14.0.877080922767.issue3982@psf.upfronthosting.co.za>
2013-01-22 18:24:22benjamin.petersonlinkissue3982 messages
2013-01-22 18:24:22benjamin.petersoncreate