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 terry.reedy
Recipients nnorwitz, terry.reedy, vstinner
Date 2013-02-02.10:01:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359799297.63.0.231158254594.issue17068@psf.upfronthosting.co.za>
In-reply-to
Content
It would also be nice to optimize '{}{}{}'.format('https://', host, uri).
Either seems a bit much to ask from a fairly naive compiler :-).
History
Date User Action Args
2013-02-02 10:01:37terry.reedysetrecipients: + terry.reedy, nnorwitz, vstinner
2013-02-02 10:01:37terry.reedysetmessageid: <1359799297.63.0.231158254594.issue17068@psf.upfronthosting.co.za>
2013-02-02 10:01:37terry.reedylinkissue17068 messages
2013-02-02 10:01:37terry.reedycreate