This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients pitrou, yselivanov
Date 2015-05-14.10:22:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431598949.55.0.69045924575.issue24190@psf.upfronthosting.co.za>
In-reply-to
Content
My example forgets the function declaration, which is:

>>> def f(a, b=5, *c, d=5): pass
...
History
Date User Action Args
2015-05-14 10:22:29pitrousetrecipients: + pitrou, yselivanov
2015-05-14 10:22:29pitrousetmessageid: <1431598949.55.0.69045924575.issue24190@psf.upfronthosting.co.za>
2015-05-14 10:22:29pitroulinkissue24190 messages
2015-05-14 10:22:29pitroucreate