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 woo yoo
Recipients Jim Fasarakis-Hilliard, docs@python, r.david.murray, woo yoo
Date 2016-12-15.14:59:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481813972.78.0.414631410366.issue28978@psf.upfronthosting.co.za>
In-reply-to
Content
Code:
>>>def f(a, *):
>>>    print(a)
....
....(SyntaxError occurs here)
History
Date User Action Args
2016-12-15 14:59:32woo yoosetrecipients: + woo yoo, r.david.murray, docs@python, Jim Fasarakis-Hilliard
2016-12-15 14:59:32woo yoosetmessageid: <1481813972.78.0.414631410366.issue28978@psf.upfronthosting.co.za>
2016-12-15 14:59:32woo yoolinkissue28978 messages
2016-12-15 14:59:32woo yoocreate