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


Groups > comp.lang.python > #57803

Re: Parsing multiple lines from text file using regex

Path csiph.com!usenet.pasdenom.info!gegeweb.org!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <oscar.j.benjamin@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.005
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'subject:text': 0.05; 'url:pipermail': 0.05; 'list?': 0.07; 'subject:file': 0.07; 'assumed': 0.09; 'lawrence': 0.09; 'replied': 0.09; 'subject:using': 0.09; 'tismer': 0.09; 'cc:addr:python-list': 0.11; 'posted': 0.15; 'cc:name:python list': 0.16; 'responded.': 0.16; 'there?': 0.16; 'url:tutor': 0.16; 'language': 0.16; 'wrote:': 0.18; 'programming': 0.22; 'cc:addr:python.org': 0.22; 'earlier': 0.24; 'cc:2**0': 0.24; 'second': 0.26; 'header:In- Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'marc': 0.31; 'url:python': 0.33; "i'd": 0.34; 'subject:from': 0.34; 'received:google.com': 0.35; "didn't": 0.36; 'thanks': 0.36; 'url:org': 0.36; 'wrong': 0.37; 'list': 0.37; 'list.': 0.37; 'christian': 0.38; 'list,': 0.38; 'mailing': 0.39; 'url:mail': 0.40; 'world.': 0.61; 'here:': 0.62; 'back': 0.62; 'today': 0.64; 'reply': 0.66; 'receive': 0.70; 'inbox.': 0.78; 'oscar': 0.84; 'otten': 0.84; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=d+CezKkTKCvHbsTV4or+UKyjJqdJZNthASjSEtngXFw=; b=dLSPqhay1IwAZaKoZ0aDA40hkQktnT4b1Xcy0qNMrKfD4XFmpIzQtcIEHQjphagsff 6N+gSfQYA4Xf5zJlJh6frZdUP3/DlRIi0L+EMVCLSkr0PrEmVh0EqApuk4qxtA0pAN6U 51cDb7TozsqUN6CXQOUUyJTkMiBXOuKoOBzgpmjNUFrW4O7Cb2jcA0kRxERxFFwiCmNx LZFWdbvRyVwVr0Xs3omJsAq7yKaM5xOsuDIEF76EJy4xnx5ShUi5GSrQkEUEqYGGds6o hHSaafzVAt6UEMI4Q0M2nhDdzBvaCQFdh/Wq3X8qj8pc5A6z9hf6KNK+d1uHharduxmw JlTg==
X-Received by 10.52.170.111 with SMTP id al15mr44977vdc.43.1382952662647; Mon, 28 Oct 2013 02:31:02 -0700 (PDT)
MIME-Version 1.0
In-Reply-To <005401ced375$8ee093c0$aca1bb40$@org>
References <002d01ced358$e18ab5f0$a4a021d0$@org> <l4k3tg$fp4$1@ger.gmane.org> <005401ced375$8ee093c0$aca1bb40$@org>
From Oscar Benjamin <oscar.j.benjamin@gmail.com>
Date Mon, 28 Oct 2013 09:30:42 +0000
Subject Re: Parsing multiple lines from text file using regex
To Marc <marc@marcd.org>
Content-Type text/plain; charset=ISO-8859-1
Cc Python List <python-list@python.org>
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.1691.1382952669.18130.python-list@python.org> (permalink)
Lines 27
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1382952669 news.xs4all.nl 15922 [2001:888:2000:d::a6]:58934
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:57803

Show key headers only | View raw


On 28 October 2013 00:35, Marc <marc@marcd.org> wrote:
>>What was wrong with the answer Peter Otten gave you earlier today on the
>>tutor mailing list?
>>
>>--
>>Python is the second best programming language in the world.
>>But the best has yet to be invented.  Christian Tismer
>>
>>Mark Lawrence
>>
>
>
> I did not receive any answers from the Tutor list, so I thought I'd ask
> here.  If an answer was posted to the Tutor list, it never made it to my
> inbox.  Thanks to all that responded.

Hi Marc, did you actually subscribe to the tutor list or did you just
send an email there? Peter replied to you and you can see the reply
here:
https://mail.python.org/pipermail/tutor/2013-October/098156.html

He only sent the reply back to the tutor list and didn't email it
directly to you because it is assumed that you would also be
subscribed to the list.


Oscar

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


Thread

Re: Parsing multiple lines from text file using regex Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2013-10-28 09:30 +0000

csiph-web