Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #39074
| Path | csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!cs.uu.nl!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.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.072 |
| X-Spam-Evidence | '*H*': 0.86; '*S*': 0.00; '9:13': 0.16; 'doing,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'pythonistas': 0.16; 'skip:~ 20': 0.16; 'mon,': 0.16; 'wrote:': 0.17; 'directory.': 0.17; 'feb': 0.19; 'trying': 0.21; 'seems': 0.23; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'message- id:@mail.gmail.com': 0.27; 'maybe': 0.29; 'file': 0.32; 'johnson': 0.32; 'could': 0.32; 'anywhere': 0.33; 'symbol': 0.33; 'to:addr :python-list': 0.33; 'received:google.com': 0.34; 'received:209.85': 0.35; 'explain': 0.36; 'modules': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'build': 0.39; 'where': 0.40; 'skip:" 10': 0.40; 'here:': 0.62; 'is.': 0.62; '2013': 0.84; 'huh?': 0.84; 'jimmy': 0.84; 'rick': 0.91 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=1Yq/PxVXtqm6LAycEUk0Av/Y2CDxeIcx3AVI5677z30=; b=p2aUPblKI988+79WgjHcouA+v3JbJ3Bq5GhMdIMr8J1NlZOfnv95/66F0VzeYdp+lF RaMIsIBXEPWLxMkiVgTKVdZfY9SENDbtdjogwn8OWPczVtJWJjleIRiKgReJftrn4Ysb 5XodO6iaB0fX7oyUURS1s6zYvpREDdWmjPAgwYpBQcezXgLoYiyXY68Cb0GolTb/FMyz 06d6ArH71TlkaG2YRW4f5csbVoegFLHdbTkocGVHuWd4wYe5cGK+46Rch0dOnapY4mi7 bIeS2I8TsaXbe+dPph5LheFrQLk/uQHyzpzTW0FYHJzSgGj8NxEQvJnTFreetM2LDrYe L92w== |
| MIME-Version | 1.0 |
| X-Received | by 10.52.37.109 with SMTP id x13mr12664008vdj.10.1361170225149; Sun, 17 Feb 2013 22:50:25 -0800 (PST) |
| In-Reply-To | <ea2c363c-660a-4233-883e-47c021b2711d@googlegroups.com> |
| References | <mailman.1881.1361082907.2939.python-list@python.org> <ea2c363c-660a-4233-883e-47c021b2711d@googlegroups.com> |
| Date | Mon, 18 Feb 2013 17:50:25 +1100 |
| Subject | Re: Comparing types |
| From | Chris Angelico <rosuav@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| 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 | <http://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 | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1928.1361170233.2939.python-list@python.org> (permalink) |
| Lines | 12 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1361170233 news.xs4all.nl 6852 [2001:888:2000:d::a6]:32983 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:39074 |
Show key headers only | View raw
On Mon, Feb 18, 2013 at 9:13 AM, Rick Johnson <rantingrickjohnson@gmail.com> wrote: > And if you look in the modules "_sre.py", "sre_parse.py", and "sre_constants.py you cannot find the symbol "SRE_Pattern" anywhere -- almost seems like magic huh? Heck the only "_sre.py" file i could find was waaaay down here: > > ...\Lib\site-packages\isapi\test\build\bdist.win32\winexe\temp\_sre.py > > What were they doing, trying to bury it deeper than Jimmy Hoffa? Maybe one of my fellow Pythonistas would like to explain that mess? I have ~/cpython/Modules/_src.c and .o in my build directory. I suspect that that might be where it is. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Comparing types Jason Friedman <jsf80238@gmail.com> - 2013-02-16 23:34 -0700
Re: Comparing types Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-02-17 19:38 +1100
Re: Comparing types Rick Johnson <rantingrickjohnson@gmail.com> - 2013-02-17 14:13 -0800
Re: Comparing types Chris Angelico <rosuav@gmail.com> - 2013-02-18 17:50 +1100
Re: Comparing types Rick Johnson <rantingrickjohnson@gmail.com> - 2013-02-17 14:13 -0800
csiph-web