<div dir="ltr"><div>Is there actually any issue with lazy interpolation? If not, I think it's very neat.<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-08-11 14:41 GMT+02:00 Stephen J. Turnbull <span dir="ltr"><<a href="mailto:stephen@xemacs.org" target="_blank">stephen@xemacs.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Petr Viktorin writes:<br>
<br>
 > Well, if you want to get the equivalent of:<br>
 ><br>
 >     _("Hello there, {name}").format(name=name)<br>
 ><br>
 > you can't use:<br>
 ><br>
 >     _(f"Hello there, {name}")<br>
<br>
</span>This is the "eager vs lazy" interpolation issue that also affects the<br>
logging use case, right?<br>
<div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
Python-ideas mailing list<br>
<a href="mailto:Python-ideas@python.org">Python-ideas@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-ideas" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/python-ideas</a><br>
Code of Conduct: <a href="http://python.org/psf/codeofconduct/" rel="noreferrer" target="_blank">http://python.org/psf/codeofconduct/</a><br>
</div></div></blockquote></div><br></div>