<div dir="rtl"><div style="direction:ltr"><br></div><div style="direction:ltr">2014-02-13 17:04 GMT+02:00 Serhiy Storchaka <<a href="mailto:storchaka@gmail.com">storchaka@gmail.com</a>>:</div><div style="direction:ltr">
></div><div style="direction:ltr">> 13.02.14 12:57, Steven D'Aprano написав(ла):</div><div style="direction:ltr">></div><div style="direction:ltr">>> I like it. In natural language, people often say things like:</div>
<div style="direction:ltr">>></div><div style="direction:ltr">>>      my keys are in the car or in my pocket</div><div style="direction:ltr">>></div><div style="direction:ltr">>> which fools them into writing:</div>
<div style="direction:ltr">>></div><div style="direction:ltr">>>      keys in car or pocket</div><div style="direction:ltr">>></div><div style="direction:ltr">>> which does the wrong thing. Chained "in" comparisons is a natural</div>
<div style="direction:ltr">>> extension to Python's already natural language-like syntax. Python</div><div style="direction:ltr">>> already has other chained comparisons. Being able to write:</div><div style="direction:ltr">
>></div><div style="direction:ltr">>>      keys in car or in pocket</div><div style="direction:ltr">>></div><div style="direction:ltr">>> feels natural and right to me. (We can't *quite* match the human idiom</div>
<div style="direction:ltr">>> where the second "in" is left out, but one can't have everything.)</div><div style="direction:ltr">></div><div style="direction:ltr">></div><div style="direction:ltr">
> You forgot keyword "are".</div><div style="direction:ltr">></div><div style="direction:ltr">>     keys are in car or in pocket</div><div style="direction:ltr">></div><div style="direction:ltr">></div>
<div style="direction:ltr"><div style="direction:ltr">And what about</div><div style="direction:ltr"><br></div><div style="direction:ltr">keys are in car or in pocket and not in purse</div><div style="direction:ltr"><br></div>
<div style="direction:ltr">it will be too complicated.</div><div><br></div></div><div style="direction:ltr">></div><div style="direction:ltr">> _______________________________________________</div><div style="direction:ltr">
> Python-ideas mailing list</div><div style="direction:ltr">> <a href="mailto:Python-ideas@python.org">Python-ideas@python.org</a></div><div style="direction:ltr">> <a href="https://mail.python.org/mailman/listinfo/python-ideas">https://mail.python.org/mailman/listinfo/python-ideas</a></div>
<div style="direction:ltr">> Code of Conduct: <a href="http://python.org/psf/codeofconduct/">http://python.org/psf/codeofconduct/</a></div></div>