<br><div><span class="gmail_quote">On 4/30/06, <b class="gmail_sendername">Steven Bethard</b> &lt;<a href="mailto:steven.bethard@gmail.com">steven.bethard@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 4/29/06, Talin &lt;<a href="mailto:talin@acm.org">talin@acm.org</a>&gt; wrote:<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This PEP proposes a change to the way that function arguments are<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;assigned to named parameter slots.&nbsp;&nbsp;In particular, it enables the
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;declaration of &quot;keyword-only&quot; arguments: arguments that can only<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;be supplied by keyword and which will never be automatically<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;filled in by a positional argument.<br><br>+1.&nbsp;&nbsp;And I suggest this be re-targeted for Python 
2.6.&nbsp;&nbsp;Now all we<br>need is someone to implement this. ;-)</blockquote><div><br>Pfft, implementation is easy. I have the impression Talin wants to implement it himself, but even if he doesn't, I'm sure I'll have a free week somewhere in the next year and a half in which I can implement it :) It's not that hard a problem, it just requires a lot of reading of the AST and function-call code (if you haven't read it already.)
<br><br></div></div>-- <br>Thomas Wouters &lt;<a href="mailto:thomas@python.org">thomas@python.org</a>&gt;<br><br>Hi! I'm a .signature virus! copy me into your .signature file to help me spread!