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


Groups > comp.lang.python > #83431

Re: Why do the URLs of posts here change?

Path csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.039
X-Spam-Evidence '*H*': 0.92; '*S*': 0.00; 'url:pipermail': 0.05; 'cache': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:Why': 0.09; 'mailman': 0.10; 'received:80.91.229.3': 0.16; 'received:dip0.t-ipconnect.de': 0.16; 'received:plane.gmane.org': 0.16; 'received:t-ipconnect.de': 0.16; 'url:display': 0.16; 'wrote:': 0.18; 'things.': 0.19; 'appears': 0.22; 'header:User- Agent:1': 0.23; 'url:dev': 0.24; 'software.': 0.24; 'developers': 0.25; 'posts': 0.26; 'post': 0.26; 'asking': 0.27; 'header:X -Complaints-To:1': 0.27; 'point': 0.28; 'change,': 0.30; "i'm": 0.30; 'url:wiki': 0.31; 'bug?': 0.31; "d'aprano": 0.31; 'equality': 0.31; 'steven': 0.31; 'url:client': 0.31; 'url:python': 0.33; 'actual': 0.34; 'subject:the': 0.34; 'but': 0.35; 'there': 0.35; 'version': 0.36; 'surely': 0.36; 'web,': 0.36; 'subject:?': 0.36; 'url:org': 0.36; 'example,': 0.37; 'list': 0.37; 'stable': 0.38; 'to:addr:python-list': 0.38; 'quote': 0.39; 'to:addr:python.org': 0.39; 'enough': 0.39; 'received:org': 0.40; 'url:mail': 0.40; "google's": 0.60; 'today': 0.64; 'skip:n 10': 0.64; 'here': 0.66; 'past,': 0.68; 'url:https': 0.68; 'url:search': 0.81; 'william': 0.81; 'subject:here': 0.84; 'url:clnk': 0.84; 'url:googleusercontent': 0.84; 'url:rls': 0.84; 'url:%2b': 0.93; 'url:cache': 0.93; 'url:ct': 0.93
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Peter Otten <__peter__@web.de>
Subject Re: Why do the URLs of posts here change?
Date Fri, 09 Jan 2015 13:04:50 +0100
Organization None
References <54afb3ed$0$12995$c3e8da3$5496439d@news.astraweb.com>
Mime-Version 1.0
Content-Type text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding 7Bit
X-Gmane-NNTP-Posting-Host p57bdaec3.dip0.t-ipconnect.de
User-Agent KNode/4.13.3
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.17521.1420805425.18130.python-list@python.org> (permalink)
Lines 34
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1420805425 news.xs4all.nl 2957 [2001:888:2000:d::a6]:60419
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:83431

Show key headers only | View raw


Steven D'Aprano wrote:

> I have come across this in the past, but today it annoyed me enough that
> I'm asking for an explanation.
> 
> Posts on this newsgroup/mailing list are archived on the web, but the URLs
> seem to change, which leaves dead links if you search for things.
> 
> For example, today I searched for a quote about floating point equality by
> William Kahan, and I came across this post by me:
> 
> https://mail.python.org/pipermail/python-list/2008-February/468598.html
> 
> But that's a dead link! Here's Google's cache of it:
> 
> 
http://webcache.googleusercontent.com/search?client=opera&rls=en&q=cache:i0cWb0Tjxe0J:https://mail.python.org/pipermail/python-list/2008-February/468598.html%2Bfloating+point+superstition+equality&oe=utf-8&channel=suggest&gws_rd=ssl&hl=en&&ct=clnk
> 
> And here is the actual URL, as it appears today:
> 
> https://mail.python.org/pipermail/python-list/2008-February/481374.html
> 
> 
> Why has the URL changed? Surely this is a bug? Where can I report it?

This is a flaw of the mailman software.

http://wiki.list.org/display/DEV/Stable+URLs

suggests that the developers are aware of it. 

I don't know if there is a version available that has stable urls...

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Why do the URLs of posts here change? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-01-09 21:56 +1100
  Re: Why do the URLs of posts here change? Skip Montanaro <skip.montanaro@gmail.com> - 2015-01-09 06:04 -0600
    Re: Why do the URLs of posts here change? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-01-09 23:28 +1100
    Re: Why do the URLs of posts here change? Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2015-01-10 16:21 +1300
      Re: Why do the URLs of posts here change? Chris Angelico <rosuav@gmail.com> - 2015-01-10 14:53 +1100
        Re: Why do the URLs of posts here change? albert@spenarnc.xs4all.nl (Albert van der Horst) - 2015-01-17 16:39 +0000
          Re: Why do the URLs of posts here change? Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2015-01-18 11:31 +1300
  Re: Why do the URLs of posts here change? Peter Otten <__peter__@web.de> - 2015-01-09 13:04 +0100
  Re: Why do the URLs of posts here change? Rustom Mody <rustompmody@gmail.com> - 2015-01-09 06:09 -0800
    Re: Why do the URLs of posts here change? Skip Montanaro <skip.montanaro@gmail.com> - 2015-01-09 08:15 -0600
      Re: Why do the URLs of posts here change? Rustom Mody <rustompmody@gmail.com> - 2015-01-09 08:52 -0800
        Re: Why do the URLs of posts here change? Chris Angelico <rosuav@gmail.com> - 2015-01-10 03:57 +1100
          Re: Why do the URLs of posts here change? Rustom Mody <rustompmody@gmail.com> - 2015-01-09 09:19 -0800
  Re: Why do the URLs of posts here change? Terry Reedy <tjreedy@udel.edu> - 2015-01-10 04:41 -0500
  Re: Why do the URLs of posts here change? Skip Montanaro <skip.montanaro@gmail.com> - 2015-01-10 07:57 -0600

csiph-web