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 serhiy.storchaka
Recipients larry, meador.inge, ncoghlan, serhiy.storchaka, zach.ware
Date 2016-05-06.10:24:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462530278.62.0.449716452404.issue20291@psf.upfronthosting.co.za>
In-reply-to
Content
I think at first step we can support var-positional parameter only when there are no other positional parameters, and var-keyword parameter only when there are no other keyword parameters. So print, max and dict.update will be supported, but __build_class__, map and functools.partial are not.
History
Date User Action Args
2016-05-06 10:24:38serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan, larry, meador.inge, zach.ware
2016-05-06 10:24:38serhiy.storchakasetmessageid: <1462530278.62.0.449716452404.issue20291@psf.upfronthosting.co.za>
2016-05-06 10:24:38serhiy.storchakalinkissue20291 messages
2016-05-06 10:24:38serhiy.storchakacreate