<div dir="ltr"><div><div><div><div><div><div>[ideas to bcc]<br><br></div>I'm not as excited about this as I am about the PEP 8 change.<br><br></div>PEP 8 affects most Python programmers.<br><br></div>But PEP 7 is really just for CPython and its extensions, and I don't think it has found anything like as widespread a following as PEP 8.<br><br></div>I worry that if we change this in PEP 7 we'll just see either massing inconsistent code or endless diffs that do nothing but change the formatting (and occasionally introduce a bug).<br><br></div>And I don't think it would do as much good -- reading and understanding C code is primarily a matter of knowing the language, and the audience is much more heavily skewed towards experts.<br><br></div>IOW, -1.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Apr 18, 2016 at 1:27 PM, Chris Angelico <span dir="ltr"><<a href="mailto:rosuav@gmail.com" target="_blank">rosuav@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Tue, Apr 19, 2016 at 5:33 AM, Joseph Jevnik <<a href="mailto:joejev@gmail.com">joejev@gmail.com</a>> wrote:<br>
> I saw that there was recently a change to pep 8 to suggest adding a line<br>
> break before a binary operator. Pep 7 suggests the opposite:<br>
><br>
>> When you break a long expression at a binary operator, the operator goes<br>
>> at the end of the previous line, e.g.:<br>
><br>
>> if (type->tp_dictoffset != 0 && base->tp_dictoffset == 0 &&<br>
>>     type->tp_dictoffset == b_size &&<br>
>>     (size_t)t_size == b_size + sizeof(PyObject *))<br>
>>     return 0; /* "Forgive" adding a __dict__ only */<br>
><br>
> I imagine that some of the reasons for making the change in pep 8 for<br>
> readability reasons will also<br>
> translate to C; maybe pep 7 should also be updated.<br>
<br>
</div></div>I would agree with this. Passing it directly to python-dev as that's<br>
where the key decision makers are.<br>
<br>
ChrisA<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>
</blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature">--Guido van Rossum (<a href="http://python.org/~guido" target="_blank">python.org/~guido</a>)</div>
</div>