Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #43790
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <dreamingforward@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.096 |
| X-Spam-Evidence | '*H*': 0.84; '*S*': 0.03; 'pointless': 0.09; 'cc:addr :python-list': 0.11; 'python': 0.11; '(python)': 0.16; 'janssen': 0.16; 'wrote:': 0.18; 'wed,': 0.18; "hasn't": 0.19; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; '"the': 0.34; 'received:google.com': 0.35; 'list': 0.37; 'pm,': 0.38; 'field': 0.63; 'to:addr:gmail.com': 0.65; 'here': 0.66; 'engage': 0.74; 'theoretical': 0.74; '*get': 0.84; '2013': 0.98 |
| 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:cc:content-type; bh=ydOst+HtVprrhvnNWpGxDf/9Dn2PXTkAYm+qhD0BgAI=; b=CF0L37FbQw1pJl0iFj2i1syeZb+HJ6MQfO2qk1iA+w0Z+73/xzeqLJzPi/w+dznm9p KbIqSiJDyeb8l0PLnkl/lBiuOFB3icKaETxn0Du/EJUDnSEMETFaOGpiGnEV8aAqKZ0L lqigI5OhS+tKmBX5/WlZ9GE3q0U1DivzFT2tQuc/XHmrh38HI/n2YXSQCF9MUI/sSU1z q6XtNuD70oyTeMwy+KKo5bS8jMsPlfutYshisiQEzZdedgvLpJ6usXQAT1Oz4RWOOhKn M7R7jPfgTc4o7MzJnLk7+U5k0dUUzQDiMFeC/YaCBqil1K+Dxm5Y2eFv1xi+qtC8kKsq Crew== |
| MIME-Version | 1.0 |
| X-Received | by 10.194.123.168 with SMTP id mb8mr14877832wjb.24.1366245664225; Wed, 17 Apr 2013 17:41:04 -0700 (PDT) |
| In-Reply-To | <9275196c-96fc-4183-9f1c-63f9c58e4f18@id10g2000pbc.googlegroups.com> |
| References | <66e78281-542b-41b3-a56d-04bf736d1e0a@googlegroups.com> <14a9ca59-218d-4dec-9e03-b7ac6b92d378@af5g2000pbd.googlegroups.com> <mailman.740.1366242021.3114.python-list@python.org> <9275196c-96fc-4183-9f1c-63f9c58e4f18@id10g2000pbc.googlegroups.com> |
| Date | Wed, 17 Apr 2013 17:41:04 -0700 |
| Subject | Re: Atoms, Identifiers, and Primaries |
| From | Mark Janssen <dreamingforward@gmail.com> |
| To | alex23 <wuwei23@gmail.com> |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Cc | 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 | <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.742.1366245666.3114.python-list@python.org> (permalink) |
| Lines | 12 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1366245666 news.xs4all.nl 2178 [2001:888:2000:d::a6]:39983 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:43790 |
Show key headers only | View raw
On Wed, Apr 17, 2013 at 5:29 PM, alex23 <wuwei23@gmail.com> wrote: > On Apr 18, 9:40 am, Mark Janssen <dreamingforw...@gmail.com> wrote: >> This is what this list (python) has not figured out yet, because they >> look up to the theoretical C.S. field and it hasn't yet been >> published. > > No one here idolises "the theoretical C.S. field". They *use* Python > to *get things done*, not to engage in pointless masturbation. Woah! "no one" you say.... Interesting... Mark
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Atoms, Identifiers, and Primaries Bruce McGoveran <bruce.mcgoveran@gmail.com> - 2013-04-16 19:57 -0700
Re: Atoms, Identifiers, and Primaries rusi <rustompmody@gmail.com> - 2013-04-16 20:55 -0700
Re: Atoms, Identifiers, and Primaries Mark Janssen <dreamingforward@gmail.com> - 2013-04-17 16:40 -0700
Re: Atoms, Identifiers, and Primaries alex23 <wuwei23@gmail.com> - 2013-04-17 17:29 -0700
Re: Atoms, Identifiers, and Primaries Mark Janssen <dreamingforward@gmail.com> - 2013-04-17 17:41 -0700
Re: Atoms, Identifiers, and Primaries Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-04-18 02:04 +0100
Re: Atoms, Identifiers, and Primaries rusi <rustompmody@gmail.com> - 2013-04-18 00:40 -0700
Re: Atoms, Identifiers, and Primaries Ian Kelly <ian.g.kelly@gmail.com> - 2013-04-17 18:33 -0600
Re: Atoms, Identifiers, and Primaries Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-04-18 02:14 +0000
Re: Atoms, Identifiers, and Primaries Ian Kelly <ian.g.kelly@gmail.com> - 2013-04-17 21:12 -0600
Re: Atoms, Identifiers, and Primaries Mark Janssen <dreamingforward@gmail.com> - 2013-04-17 18:04 -0700
Re: Atoms, Identifiers, and Primaries Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-04-18 02:08 +0100
Re: Atoms, Identifiers, and Primaries Chris Angelico <rosuav@gmail.com> - 2013-04-18 11:56 +1000
Re: Atoms, Identifiers, and Primaries Ian Kelly <ian.g.kelly@gmail.com> - 2013-04-17 21:10 -0600
Re: Atoms, Identifiers, and Primaries Ian Kelly <ian.g.kelly@gmail.com> - 2013-04-17 01:21 -0600
Re: Atoms, Identifiers, and Primaries 88888 Dihedral <dihedral88888@googlemail.com> - 2013-04-17 21:29 -0700
Re: Atoms, Identifiers, and Primaries 88888 Dihedral <dihedral88888@googlemail.com> - 2013-04-17 21:29 -0700
Re: Atoms, Identifiers, and Primaries Dave Angel <davea@davea.name> - 2013-04-17 07:07 -0400
Re: Atoms, Identifiers, and Primaries Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-04-17 11:43 +0000
Re: Atoms, Identifiers, and Primaries Bruce McGoveran <bruce.mcgoveran@gmail.com> - 2013-04-17 10:15 -0700
Re: Atoms, Identifiers, and Primaries Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-04-18 04:43 +1000
Re: Atoms, Identifiers, and Primaries rusi <rustompmody@gmail.com> - 2013-04-18 10:04 -0700
csiph-web