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


Groups > comp.lang.python > #40151

Re: Breaking into descriptors

Path csiph.com!usenet.pasdenom.info!gegeweb.org!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <demianbrecht@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.005
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'python': 0.09; 'newly': 0.09; 'subject:into': 0.09; 'term,': 0.09; 'url:github': 0.09; 'cc:addr:python-list': 0.10; '2.7.3': 0.16; 'behaviour.': 0.16; 'osx': 0.16; 'wrote:': 0.17; 'thu,': 0.17; 'feb': 0.19; 'trying': 0.21; 'cc:2**0': 0.23; "i've": 0.23; 'linux': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'message-id:@mail.gmail.com': 0.27; "i'm": 0.29; 'received:google.com': 0.34; 'created': 0.36; 'received:74.125': 0.36; 'subject:: ': 0.38; '2013': 0.84; 'angel': 0.93; 'exhibiting': 0.93
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=8rvfc10ljHu+1wnkHa8+cAN10Z33uNALGZws2V63zX0=; b=j5j703d9G6XW71ZsV/+aQIwnuWdus/o51cBaPPI0APK3PSF4JeS0fi9IckIqfSznqS bKnerzEnWbVdUY1TZfe/WrqFa19imld6vwjUoj3GP0R0hfPhktnT5rfpCWl2gxHBIXte u6f7U2XmgPOB13trlcCba+V2XlJmT5XNcQS85ydnqq6dlOLpeloRgfkn9CLyR5LrNOdf PL1yZfdPfM2zUPeI080VmrZTdR8Ox6zoj043aceszViUOqKptrb6ZappZt/xavMeiL8M pmDHvM5GNT3lGFPYGh7xu4Z2z+ZrMwbZnE9LhuMgycVVpTZv5qJKc+Iz1U+Xzcuw271q zzwg==
MIME-Version 1.0
X-Received by 10.14.179.5 with SMTP id g5mr19334286eem.41.1362076423401; Thu, 28 Feb 2013 10:33:43 -0800 (PST)
In-Reply-To <512F9B73.4030205@davea.name>
References <CAE+T62a_6=PmWfR84k-2vKdbfOX32O9hhk_BuHe5E7fvgx=JFg@mail.gmail.com> <512F9B73.4030205@davea.name>
Date Thu, 28 Feb 2013 10:33:43 -0800
Subject Re: Breaking into descriptors
From Demian Brecht <demianbrecht@gmail.com>
To Dave Angel <davea@davea.name>
Content-Type text/plain; charset=ISO-8859-1
Cc Python <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.2662.1362076431.2939.python-list@python.org> (permalink)
Lines 14
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1362076431 news.xs4all.nl 6873 [2001:888:2000:d::a6]:35212
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:40151

Show key headers only | View raw


On Thu, Feb 28, 2013 at 10:01 AM, Dave Angel <davea@davea.name> wrote:
> It halts (breaks) for me, in Python 2.7.3 on Linux


Okay, now I'm just confused. I ran this in terminal on OSX with both
2.7.3 and 3.4(dev) and both were exhibiting the same behaviour. I've
since closed the terminal and upon trying it in a newly created term,
cannot repro it.

Gremlins.

-- 
Demian Brecht
http://demianbrecht.github.com

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


Thread

Re: Breaking into descriptors Demian Brecht <demianbrecht@gmail.com> - 2013-02-28 10:33 -0800

csiph-web