Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!194.109.133.85.MISMATCH!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.049 X-Spam-Evidence: '*H*': 0.91; '*S*': 0.01; 'terry': 0.07; 'am,': 0.12; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'reedy': 0.16; 'possibly': 0.16; 'wrote:': 0.16; 'header:In-Reply- To:1': 0.22; 'breaks': 0.23; 'aug': 0.24; 'message- id:@mail.gmail.com': 0.29; 'sun,': 0.30; "skip:' 10": 0.30; 'to:addr:python-list': 0.33; 'received:google.com': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.39; 'to:addr:python.org': 0.39; 'paragraphs.': 0.84; 'received:209.85.218.46': 0.91; 'received:mail-yi0-f46.google.com': 0.91 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:content-transfer-encoding; bh=K9vXFXznNhJLBtdNZFf3srv88mknGJ0pWb6fBRXTOm8=; b=UTVefbXCsBBV7KoNpwcGqojPV0Ud6hKBZBQ8VJUrnCEvBNq5Ho+inEWOPCO2zJPdMb /TIoWrkkxS5/+zPl1FMqB1vX9b8hebP8XqFfkJj+T8ZPX5Dy5mUE1q850fmFMl1p+deO ftBW6OcEoREmoOt+Qwy0M3NBUKRbj49wPhsPs= MIME-Version: 1.0 In-Reply-To: References: <4e592852$0$29965$c3e8da3$5496439d@news.astraweb.com> Date: Sun, 28 Aug 2011 06:07:08 +1000 Subject: Re: Record seperator From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1314475630 news.xs4all.nl 2431 [2001:888:2000:d::a6]:54018 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:12292 On Sun, Aug 28, 2011 at 6:03 AM, Terry Reedy wrote: > =A0 =A0 =A0yield para # or ''.join(para), as desired > Or possibly '\n'.join(para) if you want to keep the line breaks inside paragraphs. ChrisA