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 garden
Recipients garden, loewis
Date 2008-04-24.10:35:11
SpamBayes Score 0.15974236
Marked as misclassified No
Message-id <1209033312.75.0.825606815764.issue2677@psf.upfronthosting.co.za>
In-reply-to
Content
I'd believe you when you say "positional parameters are unnamed", but:

- the language reference contains terms such as "first formal parameter
name". This means that positional parameters *may* have a name but may
also have no name?
- if you define a python function as "def f(a, b, c):" you can call it
using keyword arguments instead of positional (e.g. f(1, c=3, b=2)).

Could you please explain me what I'm still missing? (I repeat - I met
python for the first time 2 weeks ago, so it may very well be the case
that I'm completely wrong)
History
Date User Action Args
2008-04-24 10:35:13gardensetspambayes_score: 0.159742 -> 0.15974236
recipients: + garden, loewis
2008-04-24 10:35:12gardensetspambayes_score: 0.159742 -> 0.159742
messageid: <1209033312.75.0.825606815764.issue2677@psf.upfronthosting.co.za>
2008-04-24 10:35:12gardenlinkissue2677 messages
2008-04-24 10:35:11gardencreate