Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed6.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.025 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'through,': 0.07; 'bug?': 0.09; 'subject:python': 0.10; 'received:209.85.210.174': 0.13; 'received:mail-iy0-f174.google.com': 0.13; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:Help': 0.17; 'wrote:': 0.18; 'jan': 0.19; 'subject:list': 0.21; 'header:In- Reply-To:1': 0.22; 'runs': 0.23; 'indentation': 0.23; 'there.': 0.24; "i'm": 0.26; 'random': 0.28; 'message-id:@mail.gmail.com': 0.28; 'pm,': 0.29; 'there': 0.33; 'fri,': 0.34; 'to:addr:python- list': 0.34; 'joe': 0.35; 'subject:with': 0.36; 'but': 0.37; 'received:google.com': 0.37; "there's": 0.37; 'another': 0.37; 'seeing': 0.38; 'received:209.85': 0.38; 'getting': 0.38; 'should': 0.39; 'plain': 0.39; 'received:209': 0.40; 'to:addr:python.org': 0.40; 'more': 0.61; 'your': 0.61; 'straight': 0.63; '2012': 0.67; 'lost': 0.68 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=aHU1Jhqrhgx+w8xON7N+7GTXLLV2sRVeBPla60FwstA=; b=DZ5GxnnlN0OUKm2i8X6Xj3Tl53iliUqRvnRsIbusWNeXgwRiklcQS3h4pI+ft/AAzt 5+n9YWpDL4M92qRSXI3vS5hOmVQb5wdNzZEA05GPQfvxBqOYrQqHzE1fr/hTMTgcOv6P XjjJZ5J/89/zkiwKEP6oX8xE0aAP17EeK4T2k= MIME-Version: 1.0 In-Reply-To: References: <78484055-dd01-4237-9217-9eb038fc744f@p16g2000yqd.googlegroups.com> <14749754.624.1325806776674.JavaMail.geo-discussion-forums@vbgw2> <8f3b98e1-3b21-4f06-8456-0a555a7ee523@u32g2000yqe.googlegroups.com> Date: Fri, 6 Jan 2012 15:11:31 +1100 Subject: Re: Help with python-list archives 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.12 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: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1325823094 news.xs4all.nl 6927 [2001:888:2000:d::a6]:42582 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:18581 On Fri, Jan 6, 2012 at 3:01 PM, random joe wrote: > THis works however there is one more tiny hiccup. The text has lost > all significant indention and newlines. Was this intended or is this a > result of another bug? I'm seeing it as plain text, with proper newlines. There's no indentation as it just runs straight through, top-to-bottom; but you should be able to see line breaks. Check your mail reader in case something's getting botched there. ChrisA