[issue21989] Missing (optional) argument `start` and `end` in documentation for list.index

2014-07-18 Thread R. David Murray
R. David Murray added the comment: It's a tutorial, not API documentation. You will note that the 'key' and 'reverse' arguments to sort are not mentioned either. -- nosy: +r.david.murray resolution: -> not a bug stage: -> resolved status: open -> closed _

[issue21989] Missing (optional) argument `start` and `end` in documentation for list.index

2014-07-16 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +ezio.melotti versions: -Python 3.1, Python 3.2, Python 3.3 ___ Python tracker ___ ___ Python-bug

[issue21989] Missing (optional) argument `start` and `end` in documentation for list.index

2014-07-16 Thread SylvainDe
New submission from SylvainDe: >From : https://docs.python.org/2/tutorial/datastructures.html and https://docs.python.org/3.4/tutorial/datastructures.html (and all other versions) : list.index(x) Return the index in the list of the first item whose val