[Python-Dev] Next-to-last wart in Python syntax.

Fredrik Lundh fredrik@pythonware.com
Wed, 14 Mar 2001 14:09:51 +0100


finn wrote:

> >>>> spam(class=1)
> >{'class': 1}
> >>>> spam(print=1)
> >{'print': 1}
> 
> Exactly.

how hard would it be to fix this in CPython?  can it be
done in time for 2.1?  (Thomas?)

Cheers /F