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 mark.dickinson
Recipients ezio.melotti, mark.dickinson, serhiy.storchaka
Date 2012-11-23.18:37:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353695871.21.0.699498677591.issue16543@psf.upfronthosting.co.za>
In-reply-to
Content
One more thing:  I'm not sure this is the right terminology.  Here we're using 'positional' to refer to parameters that PEP 362 calls "POSITIONAL_ONLY", whereas the regular TypeErrors (e.g. produced for user-defined functions) use 'positional' to mean what PEP 362 calls "POSITIONAL_OR_KEYWORD".  This seems like it'll only increase the current confusion between different parameter types.
History
Date User Action Args
2012-11-23 18:37:51mark.dickinsonsetrecipients: + mark.dickinson, ezio.melotti, serhiy.storchaka
2012-11-23 18:37:51mark.dickinsonsetmessageid: <1353695871.21.0.699498677591.issue16543@psf.upfronthosting.co.za>
2012-11-23 18:37:51mark.dickinsonlinkissue16543 messages
2012-11-23 18:37:50mark.dickinsoncreate