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 chris.jerdonek
Recipients Arfrever, chris.jerdonek, docs@python, ezio.melotti, gvanrossum, mark.dickinson, terry.reedy
Date 2012-09-21.20:06:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348258018.54.0.809091820766.issue15990@psf.upfronthosting.co.za>
In-reply-to
Content
> IMHO as soon as you use terms like "receives" or "accepts", you are still talking about arguments.

Even PEP 362 is loose with its language in this regard.  For example, at the beginning of the "Signature Object" section:

"For each parameter accepted by the function it stores a Parameter object in its parameters collection."

And at the beginning of the "Parameter Object" section:

"Python's expressive syntax means functions can accept many different kinds of parameters with many subtle semantic differences."
History
Date User Action Args
2012-09-21 20:06:58chris.jerdoneksetrecipients: + chris.jerdonek, gvanrossum, terry.reedy, mark.dickinson, ezio.melotti, Arfrever, docs@python
2012-09-21 20:06:58chris.jerdoneksetmessageid: <1348258018.54.0.809091820766.issue15990@psf.upfronthosting.co.za>
2012-09-21 20:06:58chris.jerdoneklinkissue15990 messages
2012-09-21 20:06:57chris.jerdonekcreate