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

Jeremy Hylton jeremy@alum.mit.edu
Wed, 14 Mar 2001 09:25:49 -0500 (EST)


>>>>> "FL" == Fredrik Lundh <fredrik@pythonware.com> writes:

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

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

Only if he can use the time machine to slip it in before 2.1b1.

Jeremy