<br><br><div class="gmail_quote">On Sat, Jan 31, 2009 at 9:14 AM, W. eWatson <span dir="ltr"><notvalid2@sbcglobal.net></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I see <<a href="http://www.python.org/doc/2.5/" target="_blank">http://www.python.org/doc/2.<wbr>5/</a>> for 2.5 and <<a href="http://docs.python.org/" target="_blank">http://docs.python.org/</a>> for 2.6. I'm guessing these two pages differ somewhat in formats simply because someone decided to do so, and not that I'm in the wrong place for each of the two versions, correct? For example, somewhere down in the 2.5, I should find the 2.6 equivalent of <<a href="http://docs.python.org/genindex.html" target="_blank">http://docs.python.org/<wbr>genindex.html</a>>?</blockquote><div><br>The entire documentation system for Python was changed in 2.6/3.0; it now uses ReST instead of LaTeX as its source and has a different toolchain(Sphinx) to build the HTML docs from the source material, do all the linking/indexing, and all of that jazz. Its mostly but not entirely the same: there's some structural changes that go beyond format, but all the content is there, I believe. <br></div></div><br>I believe the "genindex" for 2.5 that you're looking for is at http://www.python.org/doc/2.5/lib/genindex.html ... you get it by hitting 'I' on the upper right hand corner of the page after you go into an actual documentaiton catalog. (E.g., "Library Reference" as opposed to that main index page)<br><br>--S<br>