"dmitrey" <[EMAIL PROTECTED]> wrote: > + it will not yield incompabilities with previous Python versions.
So how would you write: func(-3) func(*param) with your scheme? These already have an incompatible meaning: func -3 func *param1 -- http://mail.python.org/mailman/listinfo/python-list