On 5/28/10 6:48 PM, cool-RR wrote: > It seems that Python 3 allows you to define functions like this: > > def f(x, y, z=3, *, a=True): > return 7 It is a bug in Wing and we'll fix it soon. BTW, the * requires a be specified as a keyword argument when f() is called. Cheers, John