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


Groups > comp.lang.python > #106034

Re: Threading is foobared?

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From "Sven R. Kunze" <srkunze@mail.de>
Newsgroups comp.lang.python
Subject Re: Threading is foobared?
Date Wed, 30 Mar 2016 10:37:01 +0200
Lines 23
Message-ID <mailman.182.1459327029.28225.python-list@python.org> (permalink)
References <56f74d00$0$1620$c3e8da3$5496439d@news.astraweb.com> <mailman.146.1459247227.28225.python-list@python.org> <56fb1309$0$22141$c3e8da3$5496439d@news.astraweb.com>
Mime-Version 1.0
Content-Type text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding 7bit
X-Trace news.uni-berlin.de L61ImRAGcon7VqTBuFlHnw+3MDlhVhYjRtbPJNTUKozA==
Return-Path <srkunze@mail.de>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.060
X-Spam-Evidence '*H*': 0.88; '*S*': 0.00; 'messing': 0.09; 'replied': 0.09; 'thread': 0.10; 'assume': 0.11; '2016': 0.16; 'agree.': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'threading': 0.16; 'threading,': 0.16; 'wrote:': 0.16; '>>>': 0.20; 'seems': 0.23; 'header:In-Reply-To:1': 0.24; "i'm": 0.30; 'posts': 0.30; 'up.': 0.32; 'noticed': 0.32; "d'aprano": 0.33; 'steven': 0.33; 'tue,': 0.34; 'this?': 0.34; 'received:10.0': 0.34; 'best,': 0.35; 'but': 0.36; 'there': 0.36; 'child': 0.36; 'to:addr:python-list': 0.36; 'subject:?': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'thought': 0.37; 'things': 0.38; 'whatever': 0.39; "didn't": 0.39; 'to:addr:python.org': 0.40; 'received:de': 0.40; 'your': 0.60; 'charset:windows-1252': 0.62; 'more': 0.63; 'mar': 0.65; 'here': 0.66; 'reply': 0.68; 'mail.': 0.75; 'conversation': 0.84; 'sibling': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/simple; d=mail.de; s=mail201212; t=1459327022; bh=g4WZQsFG7DTmqTQqErahU45rVPhNiMI0gqeBiae+so0=; h=Subject:To:References:From:Date:In-Reply-To:From; b=QHMJa7RD4rts29oZJww03M4wgZHsr4/1LkoW9lhqemaSYh2LkMyAASeahJNjy3CBk W0A8i7fl3OMljg/FMlROT1ekouQf57eg5Noy94rs//BtkZxwSLzMRJHlFIZQQ1u639 FBi34dhUl7SzDf27p+7I0pFChy8KobJeFaJelWuE=
In-Reply-To <56fb1309$0$22141$c3e8da3$5496439d@news.astraweb.com>
X-purgate clean
X-purgate This mail is considered clean (visit http://www.eleven.de for further information)
X-purgate-type clean
X-purgate-Ad Categorized by eleven eXpurgate (R) http://www.eleven.de
X-purgate This mail is considered clean (visit http://www.eleven.de for further information)
X-purgate clean
X-purgate-size 782
X-purgate-ID 154282::1459327022-000009F3-F8690C67/0/0
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.21
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>
Xref csiph.com comp.lang.python:106034

Show key headers only | View raw


On 30.03.2016 01:43, Steven D'Aprano wrote:
> On Tue, 29 Mar 2016 09:26 pm, Sven R. Kunze wrote:
>
>> On 27.03.2016 05:01, Steven D'Aprano wrote:
>>> Am I the only one who has noticed that threading of posts here is
>>> severely broken? It's always been the case that there have been a few
>>> posts here and there that break threading, but now it seems to be much
>>> more common.
>> I agree. Didn't we both already have a conversation about this? I
>> thought it is my thunderbird messing things up.
> I'm not using Thunderbird, so whatever the cause of the problem, it is not
> specific to Thunderbird.
>
>
>


Haha, how nice. My thread view shows your reply as a sibling not a child 
to my mail. I assume you replied to my mail. How strange.


Best,
Sven

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


Thread

Threading is foobared? Steven D'Aprano <steve@pearwood.info> - 2016-03-27 14:01 +1100
  Re: Threading is foobared? Ben Finney <ben+python@benfinney.id.au> - 2016-03-27 14:18 +1100
  Re: Threading is foobared? Random832 <random832@fastmail.com> - 2016-03-27 02:25 -0400
  Re: Threading is foobared? Tim Golden <mail@timgolden.me.uk> - 2016-03-27 11:29 +0100
  Re: Threading is foobared? "Sven R. Kunze" <srkunze@mail.de> - 2016-03-29 12:26 +0200
    Re: Threading is foobared? Steven D'Aprano <steve@pearwood.info> - 2016-03-30 10:43 +1100
      Re: Threading is foobared? "Sven R. Kunze" <srkunze@mail.de> - 2016-03-30 10:37 +0200
  Re: Threading is foobared? Rob Gaddi <rgaddi@highlandtechnology.invalid> - 2016-03-29 23:54 +0000
    Re: Threading is foobared? Random832 <random832@fastmail.com> - 2016-03-29 23:34 -0400

csiph-web