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


Groups > comp.lang.python > #87196

Re: Letter class in re

Path csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.029
X-Spam-Evidence '*H*': 0.95; '*S*': 0.00; 'odd': 0.07; 'ugly': 0.07; 'parsers': 0.09; 'parsing': 0.09; 'cc:addr:python-list': 0.11; 'expressions.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:class': 0.16; 'language': 0.16; 'wrote:': 0.18; 'seems': 0.21; 'cc:addr:python.org': 0.22; 'mon,': 0.24; 'cc:2**0': 0.24; 'possibly': 0.26; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'languages': 0.32; 'regular': 0.32; 'something': 0.35; 'received:google.com': 0.35; 'should': 0.36; 'pm,': 0.38; 'rather': 0.38; 'expression': 0.60; 'such': 0.63; 'mar': 0.68; 'frequently': 0.68; '2015': 0.84; 'pardon': 0.84; 'to:none': 0.92; 'subject:Letter': 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=+wQ8sGRuQr/5t/GCkBw6Nhh69ddW3Q4N2gJw3Lr8334=; b=ADZQRMnL8cME1vUwXKS9TKcs3WeTHVnXhICmAwNSB6tEjcOWjdo421K+7g3JVrT/gq bwLhuOEe7de/vgv8ZOG9V3apQnr0k2wOKpf066+4fH2qxnuDCrKLTBH5zttlGRCVY5F7 NuACqC/hRJKfB7aHVEff8Yfy7Er1Gwx+yeohYtayBBdSkweLn9w4xvTGUhZYFC7GXXdi QSCToODAjSM9MAd/2ck3SrkYqEdvA36mYpdGi5mgMkxnrYUioaZK3M+Li/i//cbnvvfa 4DnGN09X16fIm4YWgTqP1AXs4wLKf8EnjJiMdYWUPjbqdsCZlKVDWYGbMJi5o7/3Eihl W4BQ==
MIME-Version 1.0
X-Received by 10.50.9.97 with SMTP id y1mr7914940iga.34.1425908117311; Mon, 09 Mar 2015 06:35:17 -0700 (PDT)
In-Reply-To <54FD918B.1030702@rece.vub.ac.be>
References <54FD74BA.8010803@rece.vub.ac.be> <mdjt75$jpu$1@ger.gmane.org> <20150309061736.07e0d944@bigbox.christie.dr> <54FD918B.1030702@rece.vub.ac.be>
Date Tue, 10 Mar 2015 00:35:17 +1100
Subject Re: Letter class in re
From Chris Angelico <rosuav@gmail.com>
Cc "python-list@python.org" <python-list@python.org>
Content-Type text/plain; charset=UTF-8
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.19
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.206.1425908125.21433.python-list@python.org> (permalink)
Lines 8
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1425908125 news.xs4all.nl 2859 [2001:888:2000:d::a6]:42739
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:87196

Show key headers only | View raw


On Mon, Mar 9, 2015 at 11:26 PM, Antoon Pardon
<antoon.pardon@rece.vub.ac.be> wrote:
> It seems odd that one should need such an ugly expression for something that is
> used rather frequently for parsing computer languages and the like.

Possibly because computer language parsers don't use regular expressions. :)

ChrisA

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


Thread

Re: Letter class in re Chris Angelico <rosuav@gmail.com> - 2015-03-10 00:35 +1100

csiph-web