Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed1a.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.048 X-Spam-Evidence: '*H*': 0.91; '*S*': 0.00; 'context': 0.07; 'latter': 0.09; 'cc:addr:python-list': 0.11; 'thread': 0.14; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'normal,': 0.16; 'preserved': 0.16; 'relevant.': 0.16; 'subject:non': 0.16; 'thread,': 0.16; 'wiki,': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'seems': 0.21; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'sort': 0.25; 'header :In-Reply-To:1': 0.27; 'topic': 0.29; 'have,': 0.30; 'message- id:@mail.gmail.com': 0.30; 'fri,': 0.33; 'common': 0.35; 'received:google.com': 0.35; 'doubt': 0.36; 'next': 0.36; 'being': 0.38; 'depends': 0.38; 'pm,': 0.38; 'even': 0.60; 'ian': 0.60; 'gone': 0.61; 'full': 0.61; 'entire': 0.61; 'back': 0.62; 'happen': 0.63; 'become': 0.64; 'more': 0.64; 'between': 0.67; 'quotations': 0.84; 'to:none': 0.92; 'from.': 0.93 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=AWlX09TS91XTZReg7a8T4Te0Z5zo9PoYdaNsxb7j3LQ=; b=FGf/Go9EfHl1z2I9SB8ehg8Pq/pgycbqXZL72ThO5w8uWSrSiMFgE/kW+dzGifWczv +Yj964dzBHxdPO1G8E1BUtqViH38GnbpOlFlKy5G+MTMKBMSKUK8pXWJrQ+wUO91IkBh nosx9P77UPX4DM9B42Ud5LzITu84dVlFTHlCI3h9w6cFTYSNVrxyL5gYFywA9XkwmA1G 3nZuqBZKluLDee6XYXjiUct6ajHRR+2qUtMUskfXZk+EQXElrMxByhPgZCgKTsnOaQ2L 0JfydUqX4O6ppEtumd76BR3ChT4I46Ie1PG4EeIKbCmQ/EAE0/Q1gSM8uzFJ0/ToLXHg hGKw== MIME-Version: 1.0 X-Received: by 10.68.201.10 with SMTP id jw10mr24768385pbc.25.1397195698743; Thu, 10 Apr 2014 22:54:58 -0700 (PDT) In-Reply-To: References: <1ec8952c-f9c8-4f58-9eee-0707a4c89dee@googlegroups.com> <10c257bb-1b3c-410a-81cf-916136b3f8e6@googlegroups.com> <8c101063-9abe-49f1-a8ab-c5d7048079be@googlegroups.com> <79e36d43-6170-46a0-8f8e-9462f27efd2f@googlegroups.com> Date: Fri, 11 Apr 2014 15:54:58 +1000 Subject: Re: Teaching python to non-programmers From: Chris Angelico Cc: Python 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: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1397195702 news.xs4all.nl 2963 [2001:888:2000:d::a6]:35799 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:70100 On Fri, Apr 11, 2014 at 3:39 PM, Ian Kelly wrote: > That depends on what the mail is being used for. For instance there's > a difference between mail-as-dialogue and mail-as-business-process. > In the former it is normal, even polite, to prune as the topic evolves > and past quotations become less relevant. In the latter it seems more > common for the entire thread to be preserved as a sort of "chain of > custody" -- this way the next person who needs to see the email thread > has full context as to what needs to happen and where the request is > coming from. Sounds like a job for an internal wiki, actually. Have you ever gone back through a fifty-post thread, reading through its entire unpruned context to find something? And if you have, was it at all practical? Somehow I doubt it. ChrisA