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 eric.araujo
Recipients chris.jerdonek, eric.araujo, ezio.melotti, mark.dickinson, serhiy.storchaka, terry.reedy
Date 2012-11-26.05:03:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353906201.6.0.393512391351.issue16543@psf.upfronthosting.co.za>
In-reply-to
Content
I think it’s Terry who has an enlightening distinction between arguments definition (positional-or-keyword, positional-only, keyword-only, starargs, starkwargs) and function call (positional, keyword, *-unpacked, **-unpacked).  It may have been Nick or David though.
History
Date User Action Args
2012-11-26 05:03:21eric.araujosetrecipients: + eric.araujo, terry.reedy, mark.dickinson, ezio.melotti, chris.jerdonek, serhiy.storchaka
2012-11-26 05:03:21eric.araujosetmessageid: <1353906201.6.0.393512391351.issue16543@psf.upfronthosting.co.za>
2012-11-26 05:03:21eric.araujolinkissue16543 messages
2012-11-26 05:03:21eric.araujocreate