<div dir="auto">Note that this has already been proposed and rejected before:<div dir="auto"><br><div dir="auto"><a href="https://www.python.org/dev/peps/pep-3126/">https://www.python.org/dev/peps/pep-3126/</a><br></div><div dir="auto"><br></div><div dir="auto">Stephan</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">Op 14 mrt. 2018 15:01 schreef "Oleg Broytman" <<a href="mailto:phd@phdru.name">phd@phdru.name</a>>:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Thu, Mar 15, 2018 at 12:15:52AM +1100, Steven D'Aprano <<a href="mailto:steve@pearwood.info">steve@pearwood.info</a>> wrote:<br>
> On Wed, Mar 14, 2018 at 09:18:30AM -0300, Facundo Batista wrote:<br>
> > We should write the following, instead:<br>
> ><br>
> >     long_string = (<br>
> >         "some part of the string " +<br>
> >         "with more words, actually is the same " +<br>
> >         "string that the compiler puts together")<br>
><br>
> Should we? I disagree.<br>
><br>
> Of course you're welcome to specify that in your own style-guide for<br>
> your own code, but I won't be following that recommendation.<br>
><br>
><br>
> > I know that "no change to Python itself" is needed, but having a<br>
> > formal discouragement of the idiom will help in avoiding people to<br>
> > fall in mistakes like:<br>
> ><br>
> > fruits = {<br>
> >     "apple",<br>
> >     "orange"<br>
> >     "banana",<br>
> >     "melon",<br>
> > }<br>
><br>
> People can make all sorts of mistakes through carlessness. I wrote<br>
><br>
>     {y, x*3}<br>
><br>
> the other day instead of {y: x**3}. (That's *two* errors in one simple<br>
> expression. I wish I could say it was a record for me.) Should we<br>
> "discourage" exponentiation and dict displays and insist on writing<br>
> dict((y, x*x*x)) to avoid the risk of errors? I don't think so.<br>
<br>
   We should fix what causes real problems, not convoluted ones. And<br>
this particular misfeature caused problems for me.<br>
<br>
> --<br>
> Steve<br>
<br>
Oleg.<br>
--<br>
     Oleg Broytman            <a href="http://phdru.name/" rel="noreferrer" target="_blank">http://phdru.name/</a>            <a href="mailto:phd@phdru.name">phd@phdru.name</a><br>
           Programmers don't die, they just GOSUB without RETURN.<br>
______________________________<wbr>_________________<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/<wbr>mailman/listinfo/python-ideas</a><br>
Code of Conduct: <a href="http://python.org/psf/codeofconduct/" rel="noreferrer" target="_blank">http://python.org/psf/<wbr>codeofconduct/</a><br>
</blockquote></div></div>