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 Trundle, alex, asvetlov, barry, chris.jerdonek, daniel.urban, david.villa, dmalcolm, eric.smith, gregory.p.smith, jcea, jkloth, larry, mark.dickinson, pitrou, v+python
Date 2012-12-08.11:39:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354966771.53.0.686404660074.issue16612@psf.upfronthosting.co.za>
In-reply-to
Content
It seems the clinic.txt DSL document should be proofread for proper/consistent use of argument/parameter (e.g. as described in the recently added http://docs.python.org/dev/glossary.html#term-parameter ).  To choose a couple random examples--

+Argument declaration |       type name = default
+Argument flags       |       flag flag2 flag3=value

Shouldn't this be "Type declaration", etc?

+Functions With Positional-Only Arguments
+========================================

Positional-Only Parameters
History
Date User Action Args
2012-12-08 11:39:31chris.jerdoneksetrecipients: + chris.jerdonek, barry, gregory.p.smith, jcea, mark.dickinson, pitrou, larry, eric.smith, jkloth, v+python, alex, Trundle, asvetlov, dmalcolm, daniel.urban, david.villa
2012-12-08 11:39:31chris.jerdoneksetmessageid: <1354966771.53.0.686404660074.issue16612@psf.upfronthosting.co.za>
2012-12-08 11:39:31chris.jerdoneklinkissue16612 messages
2012-12-08 11:39:31chris.jerdonekcreate