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 rogerbinns
Recipients Trundle, benjamin.peterson, ncoghlan, r.david.murray, rogerbinns
Date 2011-06-06.00:42:11
SpamBayes Score 2.0208248e-05
Marked as misclassified No
Message-id <1307320932.31.0.0158971775599.issue12265@psf.upfronthosting.co.za>
In-reply-to
Content
Obviously the prototype can't be provided when it isn't known.  But the pseudo-English text is trying to describe the prototype and is far less clear than the actual prototype.  ie the developer communicated the prototype to Python in Python syntax, why not have Python do the same rather than use a different and very unfamiliar language.  (Try using the Python documentation to work out what the word 'positional' means.)

As for looking it up in the source code, that is one of the harder things for newbies to do, and certainly very difficult for a lot of people.  How would they know where the standard library source is on their system?  Heck I don't even know where the source is for third party packages on my Ubuntu system as the last I looked they used convoluted sequences of version numbers, symbolic links and who knows what else.  The popularity of eggs makes it even harder to look up.
History
Date User Action Args
2011-06-06 00:42:12rogerbinnssetrecipients: + rogerbinns, ncoghlan, benjamin.peterson, r.david.murray, Trundle
2011-06-06 00:42:12rogerbinnssetmessageid: <1307320932.31.0.0158971775599.issue12265@psf.upfronthosting.co.za>
2011-06-06 00:42:11rogerbinnslinkissue12265 messages
2011-06-06 00:42:11rogerbinnscreate