Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!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.023 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'subject:Why': 0.09; 'cc:addr:python-list': 0.11; 'jan': 0.12; 'archive': 0.14; 'changes': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'underlying': 0.16; 'url:display': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'file,': 0.19; 'not,': 0.20; 'cc:addr:python.org': 0.22; 'replace': 0.24; 'skip': 0.24; 'url:dev': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'point': 0.28; 'message-id:@mail.gmail.com': 0.30; 'url:wiki': 0.31; 'apparently': 0.31; 'subject:the': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'done,': 0.36; 'subject:?': 0.36; 'url:org': 0.36; 'pm,': 0.38; 'according': 0.40; 'deleting': 0.60; 'linked': 0.65; '2015': 0.84; 'otten': 0.84; 'subject:here': 0.84; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=6GEsCttFtInA6oo3ATkaX2SpKNtVqNYldSBL4uvZztk=; b=XQSTJ+1UlobRGHjHFkeZMbzrDdCmJWFJEHVuCBCTUZX1MBi6TE2qCIFKLfHdrz/b2C tBv2o4x7TVA7vC/NoHqkTHdjZY2rtL6H8Qe1ZTwm98dr/A8GKei3li6hHpmTMVcwyVd9 /O1aM6QITBRHBhPWzizm2g6MEl0iZ+Vvv0xS/ZJRgSB3L5GdVIY6whj36jAzjkzq2SfN MD3iiqhg5z1Fey3cMh0fkwpjqZbiPEFZbfi7C4rIV7y4F6hAIbtLmkpy0KqZVPqGSbgh E+lzQ5hL0Qb2oVI/BdsAUoE/x/CCk+m8119ajuTTJ8PEYJd/pU0+xo4/XSW8brL8GdGI Vylg== MIME-Version: 1.0 X-Received: by 10.107.160.143 with SMTP id j137mr18422713ioe.43.1420862008751; Fri, 09 Jan 2015 19:53:28 -0800 (PST) In-Reply-To: References: <54afb3ed$0$12995$c3e8da3$5496439d@news.astraweb.com> Date: Sat, 10 Jan 2015 14:53:28 +1100 Subject: Re: Why do the URLs of posts here change? From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1420862015 news.xs4all.nl 2975 [2001:888:2000:d::a6]:55165 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:83489 On Sat, Jan 10, 2015 at 2:21 PM, Gregory Ewing wrote: > Skip Montanaro wrote: >> >> The way this is done, is >> that the message is removed from the underlying mbox file, and the >> archive regenerated. That changes the counter for every message after >> that point > > > Would it help to replace the message with a stub > instead of deleting it altogether? I had the same thought, but apparently not, according to the page Peter Otten linked to: http://wiki.list.org/display/DEV/Stable+URLs ChrisA