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 gvanrossum
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.19:11:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJ+k0pFBdTEgRY28teZZC0YMwTEh3Uue6cvfZO=yjT+vbg@mail.gmail.com>
In-reply-to <1358880501.52.0.962770332106.issue3982@psf.upfronthosting.co.za>
Content
Honestly, what Twisted is mostly after is a way to write code that
works both with Python 2 and Python 3. They need the types I mentioned
only (bytes, int, float) and not too many advanced features of
.format() -- but if it's not called .format() or if the syntax is not
a subset of the syntax of Python 2 format syntax, it's not very useful
for them. (They would have to rewrite every protocol implementation in
their tree to use something different, apparently, since .format() has
proven to be the most efficient way to construct larger byte strings
out of smaller pieces, in Python 2.)
History
Date User Action Args
2013-01-22 19:11:45gvanrossumsetrecipients: + gvanrossum, loewis, terry.reedy, exarkun, vstinner, eric.smith, christian.heimes, benjamin.peterson, ezio.melotti, arjennienhuis, uau, martin.panter, serhiy.storchaka
2013-01-22 19:11:45gvanrossumlinkissue3982 messages
2013-01-22 19:11:45gvanrossumcreate