Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed5.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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.05; 'complaining': 0.07; 'python': 0.08; '25,': 0.12; 'folks': 0.15; 'cc:addr:python-list': 0.15; 'perl.': 0.16; 'subject:expression': 0.16; 'subject:regular': 0.16; 'subject:syntax': 0.16; 'wrote:': 0.16; 'wed,': 0.17; 'perl': 0.18; 'jan': 0.19; 'subject:not': 0.21; 'cc:no real name:2**0': 0.21; 'header:In-Reply-To:1': 0.22; 'breaks': 0.23; 'cc:2**0': 0.25; 'pm,': 0.26; 'message- id:@mail.gmail.com': 0.28; 'problem': 0.29; 'cc:addr:python.org': 0.29; 'url:wiki': 0.29; 'booth': 0.30; 'received:209.85.210.46': 0.30; 'received:mail-pz0-f46.google.com': 0.30; 'syntax,': 0.30; "didn't": 0.30; 'idea': 0.32; 'regular': 0.35; 'instead.': 0.36; 'received:google.com': 0.37; 'received:209.85': 0.38; 'url:en': 0.39; 'url:org': 0.39; 'received:209': 0.39; 'subject:: ': 0.39; 'your': 0.61; 'originated': 0.91; 'engines.': 0.95 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=DzeRiVFX3UEAXmLpXj8TngSpIlFOmk1hvIMEs4O2XI0=; b=MmW6NIfLjTvZhqrnqCpgfqFmPHpb05naFi7PU8a8khqVDArvkBzO2iBiiXi+JmHSra zsCn0ZXRBZcJB94itgd2OOpJYV7SgQFSGk7d07pbr8qoYHwJJrloKdw4bUZMPQYmAgnk pZ5qZdJtXRrVDaK8iwktQGhRwx4qFiWgNI6yw= MIME-Version: 1.0 In-Reply-To: References: <30949a2a-bfd4-4d22-a56b-22b1c6cdf1e8@m11g2000yqe.googlegroups.com> From: Devin Jeanpierre Date: Wed, 25 Jan 2012 18:19:01 -0500 Subject: Re: PyWart: Python regular expression syntax is not intuitive. To: duncan.booth@suttoncourtenay.org.uk Content-Type: text/plain; charset=UTF-8 Cc: python-list@python.org 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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1327533584 news.xs4all.nl 6885 [2001:888:2000:d::a6]:59332 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:19445 On Wed, Jan 25, 2012 at 2:32 PM, Duncan Booth wrote: > The problem with your idea is that it breaks compatability with other non- > Python regular expression engines. Python didn't invent the (?...) syntax, > it originated with Perl. > > Try complaining to a Perl group instead. The Perl folks didn't like it either: http://en.wikipedia.org/wiki/Perl_6_rules -- Devin