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


Groups > comp.lang.python > #61129

Re: Embedding multiple interpreters

Path csiph.com!usenet.pasdenom.info!dedibox.gegeweb.org!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.181
X-Spam-Level *
X-Spam-Evidence '*H*': 0.65; '*S*': 0.02; 'cc:addr:python-list': 0.11; 'posted': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'once.': 0.16; 'wrote:': 0.18; 'trying': 0.19; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; "i've": 0.25; 'header :In-Reply-To:1': 0.27; 'dec': 0.30; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'reply-to': 0.31; 'lists': 0.32; 'figure': 0.32; 'quite': 0.32; 'fri,': 0.33; 'used,': 0.33; 'but': 0.35; 'received:google.com': 0.35; 'replies': 0.36; 'should': 0.36; 'email addr:python.org': 0.37; 'list,': 0.38; 'pm,': 0.38; 'does': 0.39; 'sure': 0.39; 'manually': 0.60; 'most': 0.60; "you're": 0.61; 'more': 0.64; 'email name:python-list': 0.65; 'reply': 0.66; 'ps.': 0.84; 'to:none': 0.92; 'going?': 0.93; '2013': 0.98
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=/m+BBj1hjA1itTvTvWimW8u6urVZtAbL45GJfOMJtlU=; b=B/9UdvMc4n71HU0bHohKfqHum40ASozMOgs0n0/ZQG/1yz2sn+e2zvqGXDKmC0f0o2 EcbLDuuMM5R5n8NAlp3Is5rkdKeEhmb4hAXxvCqaHuDxB1CNM6zupWWyTK4+0RbLbZvT gS2sH+VvKX4J+/0q+3X9fi/edEFWzXwCNAilfn4zqeyiX2RQwNOa1Jib+7avmwtk9lA8 /C9WRMC4zPMNqVvFiIYqVnPl+IFBxdmbxwsMOtPogIVGbAfs3R4vU+k/iTSxh+rWXyw/ zVX4ZuSp4xHZL6t6Xl8WIW7dzFBfB84KGvap1dAu4PUGri8Q72idMDLg98sg/65azoOo ddBA==
MIME-Version 1.0
X-Received by 10.66.66.42 with SMTP id c10mr2976568pat.98.1386322064023; Fri, 06 Dec 2013 01:27:44 -0800 (PST)
In-Reply-To <52A18924.3080101@entropicsoftware.com>
References <mailman.3620.1386298086.18130.python-list@python.org> <bgdat9FouohU1@mid.individual.net> <52A18924.3080101@entropicsoftware.com>
Date Fri, 6 Dec 2013 20:27:43 +1100
Subject Re: Embedding multiple interpreters
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.15
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.3632.1386322067.18130.python-list@python.org> (permalink)
Lines 14
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1386322067 news.xs4all.nl 2962 [2001:888:2000:d::a6]:43578
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:61129

Show key headers only | View raw


On Fri, Dec 6, 2013 at 7:21 PM, Garthy
<garthy_nhtyp@entropicsoftware.com> wrote:
> PS. Apologies if any of these messages come through more than once. Most
> lists that I've posted to set reply-to meaning a normal reply can be used,
> but python-list does not seem to. The replies I have sent manually to
> python-list@python.org instead don't seem to have appeared. I'm not quite
> sure what is happening- apologies for any blundering around on my part
> trying to figure it out.

They are coming through more than once. If you're subscribed to the
list, sending to python-list@python.org should be all you need to do -
where else are they going?

ChrisA

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


Thread

Embedding multiple interpreters Garthy <garthy_nhtyp@entropicsoftware.com> - 2013-12-06 13:04 +1030
  Re: Embedding multiple interpreters Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2013-12-06 19:58 +1300
    Re: Embedding multiple interpreters Garthy <garthy_nhtyp@entropicsoftware.com> - 2013-12-06 18:29 +1030
      Re: Embedding multiple interpreters Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2013-12-07 11:09 +1300
        Re: Embedding multiple interpreters Garthy <garthy_nhtyp@entropicsoftware.com> - 2013-12-07 11:27 +1030
    Re: Embedding multiple interpreters Garthy <garthy_nhtyp@entropicsoftware.com> - 2013-12-06 18:51 +1030
    Re: Embedding multiple interpreters Chris Angelico <rosuav@gmail.com> - 2013-12-06 19:33 +1100
    Re: Embedding multiple interpreters Chris Angelico <rosuav@gmail.com> - 2013-12-06 20:27 +1100
    Re: Embedding multiple interpreters Garthy <garthy_nhtyp@entropicsoftware.com> - 2013-12-06 20:05 +1030
      Re: Embedding multiple interpreters Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2013-12-07 11:23 +1300
        Re: Embedding multiple interpreters Garthy <garthy_nhtyp@entropicsoftware.com> - 2013-12-07 11:01 +1030
    Re: Embedding multiple interpreters Garthy <garthy_nhtyp@entropicsoftware.com> - 2013-12-06 20:14 +1030
    Re: Embedding multiple interpreters Tim Golden <mail@timgolden.me.uk> - 2013-12-06 10:17 +0000
    Re: Embedding multiple interpreters Chris Angelico <rosuav@gmail.com> - 2013-12-06 22:57 +1100
    Re: Embedding multiple interpreters Garthy <garthy_nhtyp@entropicsoftware.com> - 2013-12-07 00:26 +1030
    Re: Embedding multiple interpreters Garthy <garthy_nhtyp@entropicsoftware.com> - 2013-12-07 00:34 +1030

csiph-web