[issue21314] Bizarre help

Josh Rosenberg report at bugs.python.org
Sun Apr 20 14:47:07 CEST 2014


Josh Rosenberg added the comment:

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.

----------
nosy: +josh.rosenberg

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21314>
_______________________________________


More information about the Python-bugs-list mailing list