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 ezio.melotti
Recipients arjennienhuis, benjamin.peterson, christian.heimes, eric.smith, exarkun, ezio.melotti, gvanrossum, loewis, martin.panter, pitrou, serhiy.storchaka, terry.reedy, uau, vstinner
Date 2013-01-22.19:17:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358882243.13.0.395356318454.issue3982@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy did a nice summary in msg171804, and I think this is PEP material too.  What he wrote could be used as a starting point; the next step would be collecting use cases (the Twisted guys seem to have some).  Once we have defined what we want we can figure out how to implement it (e.g. how much code can be shared with str.format, if it should be bytes.format or something in the struct module).
History
Date User Action Args
2013-01-22 19:17:23ezio.melottisetrecipients: + ezio.melotti, gvanrossum, loewis, terry.reedy, exarkun, pitrou, vstinner, eric.smith, christian.heimes, benjamin.peterson, arjennienhuis, uau, martin.panter, serhiy.storchaka
2013-01-22 19:17:23ezio.melottisetmessageid: <1358882243.13.0.395356318454.issue3982@psf.upfronthosting.co.za>
2013-01-22 19:17:23ezio.melottilinkissue3982 messages
2013-01-22 19:17:22ezio.melotticreate