[docs] [issue18220] In itertools.islice() make prototype like in help()

py.user report at bugs.python.org
Sat Jun 15 09:29:56 CEST 2013


py.user added the comment:

same thing with range():
http://docs.python.org/3/library/stdtypes.html?highlight=range#range
http://docs.python.org/3//library/functions.html#func-range

and with slice():
http://docs.python.org/3/library/functions.html?highlight=slice#slice
http://docs.python.org/3//library/functions.html#slice

can't patch them, because comma doesn't get into brackets
"class range([start], stop[, step])"

----------

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


More information about the docs mailing list