[docs] list.index documentation missing start and stop arguments (issue 28587)

mariatta.wijaya at gmail.com mariatta.wijaya at gmail.com
Wed Nov 2 09:46:05 EDT 2016


On 2016/11/02 14:28:21, ChrisRands wrote:
> Thanks to Mariatta for the patch, which addresses the issue, so I
think it can
> be applied to the Python 3 and 2 documentation. One point, I do not
know when
> the start and stop arguments were added to list.count (or if they
always
> existed). I have only tested them in Python2.7 and Python3.5.

Thanks ChrisRands :)
I'm a bit confused with your comment about list.count. list.count does
not take start, stop arguments.
Perhaps you are thinking about str.count which has been documented
correctly
https://docs.python.org/2.7/library/stdtypes.html#str.count

http://bugs.python.org/review/28587/


More information about the docs mailing list