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:05:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348257940.77.0.318040734849.issue15990@psf.upfronthosting.co.za>
In-reply-to
Content
We could start by establishing the argument/parameter distinction in the glossary.  Currently, the word "parameter" does not appear in the glossary, and the definition of "argument" blurs the distinction between the two:

For example, in the following definition of "argument"--

"argument: A value passed to a function or method, assigned to a named local variable in the function body. A function or method may have both positional arguments and keyword arguments in its definition..."

(from http://docs.python.org/dev/glossary.html#term-argument )

the second sentence is actually talking about parameters.
History
Date User Action Args
2012-09-21 20:05:40chris.jerdoneksetrecipients: + chris.jerdonek, gvanrossum, terry.reedy, mark.dickinson, ezio.melotti, Arfrever, docs@python
2012-09-21 20:05:40chris.jerdoneksetmessageid: <1348257940.77.0.318040734849.issue15990@psf.upfronthosting.co.za>
2012-09-21 20:05:40chris.jerdoneklinkissue15990 messages
2012-09-21 20:05:39chris.jerdonekcreate