Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!news2.arglkargh.de!news.mixmin.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.062 X-Spam-Evidence: '*H*': 0.88; '*S*': 0.00; "'python": 0.09; 'subject:version': 0.09; 'python': 0.11; "wouldn't": 0.14; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'redirects': 0.16; 'subject:link': 0.16; 'normally': 0.19; 'either.': 0.24; '(or': 0.24; 'switch': 0.26; "doesn't": 0.30; 'message-id:@mail.gmail.com': 0.30; 'along': 0.30; '(which': 0.31; 'lines': 0.31; '3.2': 0.31; 'oversight': 0.31; 'url:python': 0.33; 'could': 0.34; 'received:209.85': 0.35; 'except': 0.35; 'received:209.85.220': 0.35; 'something': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'google': 0.35; 'possible': 0.36; 'url:org': 0.36; 'received:209': 0.37; 'url:library': 0.38; 'to:addr:python-list': 0.38; 'sure': 0.39; 'to:addr:python.org': 0.39; 'even': 0.60; 'url:3': 0.61; 'back': 0.62; 'url:http': 0.64; 'url:0': 0.67; 'subject:Old': 0.84; 'touching': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=+zV8F2DWbFaEvvxO952sg9ZnvYiFAwpEDC4yUq0MxjA=; b=jOPVx0J8pARAcWdmd16QiyOeltopCwPpg4XcEHZRcn1J/b4p5GUpyT1X66O2wA56vI M/b9g+fxYkNlWVFu3yaHyXXOeihvcvEDcdMCnkg+sJk4Slgohlw1DQOG+6qR1UZCSpr2 zOpat5WZJNHHCVoWF8dR6nmsg6RJeuPqt98UD5kJI7NgGBSCKlQNrnE+hJCpVXkrVFpD 2fnuLUSNeXAbX6VXDJMKhV0rZvs6/tCFNtwG1TOzjwgKZGz8eIVJ6VeWEq7txSen7O1g XoAAzgsQ7dbToH2XBZ7qg3HHfOgBEJTCOv1kTb5fFdjONAMs5n1f4RW0RjNcUlnyXcbY 9ZFQ== MIME-Version: 1.0 X-Received: by 10.52.37.109 with SMTP id x13mr13935216vdj.10.1368367970658; Sun, 12 May 2013 07:12:50 -0700 (PDT) Date: Mon, 13 May 2013 00:12:50 +1000 Subject: Old version docs don't link to current version From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1368367974 news.xs4all.nl 15923 [2001:888:2000:d::a6]:46760 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:45180 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