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 serhiy.storchaka
Recipients eric.smith, serhiy.storchaka, ztane
Date 2016-09-29.12:40:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475152820.76.0.859947040458.issue28307@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the correction Antti. Yes, this is what I initially meant. This optimization is applicable only if the left argument of % is a literal string and the right argument is a tuple expression. Saying about `'%s' % x` I meant a component of the tuple.
History
Date User Action Args
2016-09-29 12:40:20serhiy.storchakasetrecipients: + serhiy.storchaka, eric.smith, ztane
2016-09-29 12:40:20serhiy.storchakasetmessageid: <1475152820.76.0.859947040458.issue28307@psf.upfronthosting.co.za>
2016-09-29 12:40:20serhiy.storchakalinkissue28307 messages
2016-09-29 12:40:20serhiy.storchakacreate