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 josh.r
Recipients docs@python, josh.r, larry, veky
Date 2014-04-20.12:47:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397998027.13.0.470690397567.issue21314@psf.upfronthosting.co.za>
In-reply-to
Content
I don't know about the other bits, but that trailing '/' is how Argument Clinic (which makes full featured inspection available to built-in functions) notes that the parameters are positional only, and cannot be passed by keyword. See PEP436.
History
Date User Action Args
2014-04-20 12:47:07josh.rsetrecipients: + josh.r, larry, docs@python, veky
2014-04-20 12:47:07josh.rsetmessageid: <1397998027.13.0.470690397567.issue21314@psf.upfronthosting.co.za>
2014-04-20 12:47:07josh.rlinkissue21314 messages
2014-04-20 12:47:06josh.rcreate