I was about to write a C extension for Python's list object allowing the use of start and stop indices in its index method and the cmp, key, and reverse keywords in its sort method, but I realized from looking at the source code that these features are already in place but haven't been documented in the Python 2 documentation ( <a href="http://docs.python.org/tutorial/datastructures.html">http://docs.python.org/tutorial/datastructures.html</a> ) or Python 3 documentation (
<a href="http://docs.python.org/py3k/tutorial/datastructures.html">http://docs.python.org/py3k/tutorial/datastructures.html</a> ) I think this documentation needs to be updated.<div><br></div><div>Thanks,<br>-- <br>David Pitchford<div>
GID: 462974</div><br>
</div>