[wingide-users] Python 3 bug
cool-RR
cool-rr at cool-rr.com
Fri May 28 16:48:08 MDT 2010
It seems that Python 3 allows you to define functions like this:
def f(x, y, z=3, *, a=True):
return 7
I have no idea what the `*` is doing there, but apparently that's legal.
Wing underlines it in red.
Ram.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/wingide-users/attachments/20100529/d16a09fc/attachment.html
More information about the wingide-users
mailing list