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 benjamin.peterson, eric.smith
Date 2008-09-27.15:50:40
SpamBayes Score 5.9970723e-10
Marked as misclassified No
Message-id <1222530641.39.0.0764973101836.issue3982@psf.upfronthosting.co.za>
In-reply-to
Content
I just working on porting some networking code from 2.x to 3.x and it
heavily uses string formatting. Since bytes don't support any kind of
formatting, it's becoming tedious and inelegant to do it with "+". Can
.format be supported in bytes?

[I understand format is implemented with stringlib so shouldn't it be
fairly easy to implement?]
History
Date User Action Args
2008-09-27 15:50:41benjamin.petersonsetrecipients: + benjamin.peterson, eric.smith
2008-09-27 15:50:41benjamin.petersonsetmessageid: <1222530641.39.0.0764973101836.issue3982@psf.upfronthosting.co.za>
2008-09-27 15:50:40benjamin.petersonlinkissue3982 messages
2008-09-27 15:50:40benjamin.petersoncreate