Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!us.feeder.erje.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.datemas.de!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed4a.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.034 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'cc:addr:python-list': 0.11; 'from:addr:pobox.com': 0.16; 'from:addr:skip': 0.16; 'url:re': 0.16; 'sender:addr:gmail.com': 0.17; 'cc:addr:python.org': 0.22; 'scroll': 0.24; 'skip': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'message- id:@mail.gmail.com': 0.30; 'url:python': 0.33; 'received:google.com': 0.35; 'explains': 0.36; 'url:org': 0.36; 'url:library': 0.38; 'to:addr:gmail.com': 0.65 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=SiD81yk7I9J2Rscf+HQSSfsUzy5O9Bg/iaajEfTTz+A=; b=QpWEB7A1nPwhljLo8mzu5xlOFdC1IY503z8pt86k4iYXx/wQuIiSdmQV2a6Nt5/7Jj ZoI2M3BxRWgizm94rM/MhncgkwJBSFbktHcZage0FGmgHVDMAeCcVWS4mv6TE+zGTVUN wJbTW1Qho6wqrmjxYrIavg3eqi4mpW9DQ2+AgSvTmDVDC4JsUqGYZsCO8B4oPLTTRHx9 2tsYiEbeeEyJ+BliuMCUIbJ7lJBAZV5xkvMsTaNRsAS950xSVPsZtU9uHfgd27kOBOd9 gaUtACSU9+egok+LYy1ywi4tPyvarmMv2es+yiKuvApkFGHjyPFzSsQU5b8Dg6MtwR/M Bb8g== MIME-Version: 1.0 X-Received: by 10.50.67.7 with SMTP id j7mr82956984igt.8.1404742533651; Mon, 07 Jul 2014 07:15:33 -0700 (PDT) Sender: skip.montanaro@gmail.com In-Reply-To: References: Date: Mon, 7 Jul 2014 09:15:33 -0500 X-Google-Sender-Auth: ehNdduXmKOsWNb_kvY1vC2YbYIo Subject: Re: What is 're.M'? From: Skip Montanaro To: rxjwg98@gmail.com Content-Type: text/plain; charset=UTF-8 Cc: Python X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 7 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1404742536 news.xs4all.nl 2883 [2001:888:2000:d::a6]:55941 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:74109 Scroll down to the "Module Contents" section of this page: https://docs.python.org/2/library/re.html It explains re.M and other "constants". Skip