doc problem? (index method)

From: Alan G Isaac (aisaac_at_american.edu)
Date: 10/11/04


Date: Mon, 11 Oct 2004 10:50:04 -0400

The tutorial's description of the index method at
http://docs.python.org/tut/node7.html#SECTION007100000000000000000
is incomplete.

Perhaps a link to
http://docs.python.org/lib/typesseq-mutable.html
would be appropriate.

fwiw,
Alan Isaac



Relevant Pages

  • Re: The future of Ada is at risk
    ... Maciej Sobczak wrote: ... compelling - either too dense, or too slow, or badly formatted. ... FWIW I'm slowly working on an Ada tutorial that targets the particular students I have. ... It is incomplete but it is intended to be short so a certain amount of incompleteness is to be expected. ...
    (comp.lang.ada)
  • Re: tuples, index method, Pythons design
    ... Alan Isaac wrote: ... I doubt that *anyone* who programs in Python ... access to the index method. ... "I have come to believe that the whole world is an enigma, a harmless enigma ...
    (comp.lang.python)
  • tuple.index(item)
    ... Why don't tuples support an index method? ... Alan Isaac ... Prev by Date: ...
    (comp.lang.python)