Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #45180 > unrolled thread

Old version docs don't link to current version

Started byChris Angelico <rosuav@gmail.com>
First post2013-05-13 00:12 +1000
Last post2013-05-13 00:12 +1000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Old version docs don't link to current version Chris Angelico <rosuav@gmail.com> - 2013-05-13 00:12 +1000

#45180 — Old version docs don't link to current version

FromChris Angelico <rosuav@gmail.com>
Date2013-05-13 00:12 +1000
SubjectOld version docs don't link to current version
Message-ID<mailman.1580.1368367974.3114.python-list@python.org>
Not sure if this is an oversight or something deliberate... could be either.

>From http://docs.python.org/3.0/library/http.server.html there's no
link to the current docs, even though from
http://docs.python.org/3/library/http.server.html it's possible to
switch to 3.2 and then back to 3.3 (or to 2.7, but that fails and
redirects since http.server doesn't exist in 2.7). This wouldn't be
much of a bother, except that a Google search for 'python http.server'
(which is the way I normally pull up Python docs) landed me on /3.0/
instead of /3/.

Was this intentional, along the lines of not touching the old and
unsupported docs?

ChrisA

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web