<div class="gmail_quote">On Thu, Jan 29, 2009 at 5:24 PM, Mike Klaas <span dir="ltr">&lt;<a href="mailto:mike.klaas@gmail.com">mike.klaas@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
And yet, python isn&#39;t confined to mathematical notation. &nbsp;*, ** are both overloaded for use in argument lists to no-one&#39;s peril, AFAICT.<br><font color="#888888">
</font></blockquote></div><br>Certainly, but there is no danger of confusion them for multiplication in context, whereas:<br><br>split_comma = partial(str.split, ..., &#39;,&#39;)<br><br>to me looks like &quot;make &#39;,&#39; the last argument&quot; rather than &quot;make &#39;,&#39; the second argument&quot;.<br>
<blockquote style="margin: 1.5em 0pt;">--<br>
Daniel Stutzbach, Ph.D.<br>
President, <a href="http://stutzbachenterprises.com">Stutzbach Enterprises, LLC</a>
</blockquote>