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 pitrou
Recipients arjennienhuis, barry, benjamin.peterson, christian.heimes, durin42, ecir.hana, eric.smith, exarkun, ezio.melotti, flox, glyph, gregory.p.smith, gvanrossum, loewis, martin.panter, nlevitt@gmail.com, pitrou, serhiy.storchaka, stendec, terry.reedy, uau, vstinner
Date 2013-10-08.15:08:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1863011480.59955638.1381244910224.JavaMail.root@zimbra10-e2.priv.proxad.net>
In-reply-to <1381236954.71.0.927553631.issue3982@psf.upfronthosting.co.za>
Content
> Is there any chance we could just have it work for bytes, ints, and
> floats? That'd solve the immediate need, and it'd be obviously
> correct how to have those behave.

You mean "%s" and "%d"? 

> Punting this to 3.5 basically means we'll have to either wait for
> 3.5, or do something awful like use cffi to grab sprintf to port
> Mercurial.

Or write a pure Python implementation.
History
Date User Action Args
2013-10-08 15:08:36pitrousetrecipients: + pitrou, gvanrossum, loewis, barry, terry.reedy, gregory.p.smith, exarkun, vstinner, eric.smith, christian.heimes, benjamin.peterson, glyph, ezio.melotti, durin42, arjennienhuis, flox, ecir.hana, uau, martin.panter, serhiy.storchaka, nlevitt@gmail.com, stendec
2013-10-08 15:08:36pitroulinkissue3982 messages
2013-10-08 15:08:36pitroucreate