Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.022 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'essentially': 0.04; 'subject:version': 0.09; 'yeah,': 0.09; 'jan': 0.12; 'docs.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'reedy': 0.16; 'referencing': 0.16; 'revision.': 0.16; 'subject:link': 0.16; 'url.': 0.16; 'x.y': 0.16; 'wrote:': 0.18; 'mon,': 0.24; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'am,': 0.29; 'characters': 0.30; 'message-id:@mail.gmail.com': 0.30; 'along': 0.30; 'getting': 0.31; 'lines': 0.31; '13,': 0.31; '3.2': 0.31; 'could': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'doing': 0.36; 'so,': 0.37; 'to:addr:python-list': 0.38; 'delete': 0.39; 'to:addr:python.org': 0.39; 'chance': 0.65; 'subject': 0.69; "it'd": 0.84; 'subject:Old': 0.84; 'touching': 0.84; 'deal,': 0.93; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=rICB4nVUv+WBo4WhvDxYXSzonyQDsi7ZqCS6JdERIoQ=; b=d3Y1m09HBFFojELHEi4XL0WjiGU8wFrtqA3defkccwzjuEbpCFlTMggFe769cj+AvQ hl5KcVo/HfUANOYJJm2PQoBnyyliBDr0/yOqZh/cvplhYk3B1fsOcYHkkMLxvX4jxFlJ ncyrNen5hTiksNwabZOY8KT3DX4dSG9+ah7AB0B4b7dmnMuybZYTOfWgr5CHGRZ8RT8T gZ51/SbFun4uF//B2R5kuD1B6sTY2Zgbtxf7KxEl1CAY7eypBjeEOqTgfQmGvaS7yfu7 jb/SIUM0NkGTNipIjstGgfwsEDUW1JqyERZ/Wpq8v+Yd/lI0fb+X3+b9ybELSMCtDWsn SImQ== MIME-Version: 1.0 X-Received: by 10.52.120.83 with SMTP id la19mr14203381vdb.58.1368395498102; Sun, 12 May 2013 14:51:38 -0700 (PDT) In-Reply-To: References: Date: Mon, 13 May 2013 07:51:38 +1000 Subject: Re: 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: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1368395500 news.xs4all.nl 15980 [2001:888:2000:d::a6]:50677 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:45203 On Mon, May 13, 2013 at 5:32 AM, Terry Jan Reedy wrote: > On 5/12/2013 10:12 AM, Chris Angelico wrote: >> >> Was this intentional, along the lines of not touching the old and >> unsupported docs? > > Cross referencing was added while 3.2 docs were still subject to revision. > x.y docs are essentially frozen once the final x.y.z bugfix comes out. So, yeah, not touching the old docs. Okay! It's not a particularly big deal, I can just delete a couple of characters out of the URL. But it'd be nice if people who link to the docs could start doing so using /3/ so that we have a chance of getting past this eventually. ChrisA