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 larry
Recipients larry, vajrasky
Date 2014-01-08.16:16:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389197761.76.0.966024815958.issue20173@psf.upfronthosting.co.za>
In-reply-to
Content
To be precise: a "keyword argument" is something that happens on the caller side.  What you're talking about is a "positional-or-keyword parameter".  And parameters are positional-or-keyword by default.
History
Date User Action Args
2014-01-08 16:16:01larrysetrecipients: + larry, vajrasky
2014-01-08 16:16:01larrysetmessageid: <1389197761.76.0.966024815958.issue20173@psf.upfronthosting.co.za>
2014-01-08 16:16:01larrylinkissue20173 messages
2014-01-08 16:16:01larrycreate