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


Groups > comp.lang.python > #74946

Re: Event loop documentation error

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!goblin3!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed2a.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.007
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'subject:error': 0.03; 'handler': 0.05; '22,': 0.09; 'moreover,': 0.09; 'supported,': 0.09; 'cc:addr:python-list': 0.11; 'windows': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'supported"': 0.16; 'volunteered': 0.16; 'wrote:': 0.18; 'saying': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'skip:" 20': 0.27; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message- id:@mail.gmail.com': 0.30; 'received:google.com': 0.35; 'add': 0.35; 'version': 0.36; 'subject:skip:d 10': 0.36; 'next': 0.36; 'planning': 0.38; 'anytime': 0.60; 'simply': 0.61; 'realized': 0.68; 'soon.': 0.71; 'jul': 0.74; 'to:none': 0.92
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:content-transfer-encoding; bh=s781drwQElogpS6anPkzI/8LFAquRcNswmsb3C3LPa8=; b=uRIAJgWiFrQ8mboF3LUgKFT43ydZga3EynYiZVoWkvjzHtSfNZcQNFnmUl4RC12QKq J5ZWjEV+wgcazR0s8Lv4x8TpMOx4zx6WeOCbGAwlI3CJXTPYSxJN5VbqK0DE16XbAjx5 4Vci1erGR5TEnZHO7gfskF6MpDS/nGTTBJdLN2efUS9IXA77J/RD/pB0IQMv8kgrwzoY mAqkNRcabb/bxPG/92YDk23RuQPYZYt0KhNPjVJwzys9/7p0oCeMOtdJKUjx0W8cCXAm WIP14JMaZoWFKsBLnEwDv1OVlAovyoUy3HuKhywvMySKHGuhwtwo6V4cBPtCqj0uHKll ZQTg==
MIME-Version 1.0
X-Received by 10.220.95.132 with SMTP id d4mr32235650vcn.33.1405969210291; Mon, 21 Jul 2014 12:00:10 -0700 (PDT)
In-Reply-To <CAFEUn8ZuZ8d+XDyv09bGh3KWUng=Rg7C5_44wh0G6R7PouL2PQ@mail.gmail.com>
References <CAFEUn8agDaOvMzXLv3vGD-5hw=oLmLYGHx31+CO7=Ds-tO8s2w@mail.gmail.com> <CAPTjJmpaUnK_+0v4=4rqQ0JUHAhFsWtvrAhUhCQi3266rZMHrg@mail.gmail.com> <CAFEUn8YSVur3OgJL6D-YcQ_tzakwSDm_9W7d4jjNyVKp36AOXA@mail.gmail.com> <CAFEUn8ZuZ8d+XDyv09bGh3KWUng=Rg7C5_44wh0G6R7PouL2PQ@mail.gmail.com>
Date Tue, 22 Jul 2014 05:00:10 +1000
Subject Re: Event loop documentation error
From Chris Angelico <rosuav@gmail.com>
Cc "python-list@python.org" <python-list@python.org>
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding quoted-printable
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.12147.1405969219.18130.python-list@python.org> (permalink)
Lines 13
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1405969219 news.xs4all.nl 2975 [2001:888:2000:d::a6]:55276
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:74946

Show key headers only | View raw


On Tue, Jul 22, 2014 at 4:55 AM, Yaşar Arabacı <yasar11732@gmail.com> wrote:
> After reading the next page of the documentation, I realized that
> "add_signal_handler() and remove_signal_handler() are not supported"
> on Windows. Moreover, dev3.5 version of the docs are also saying that
> they are not supported, so I think they are not planning to supports
> those features on Windows anytime soon.

If I had to guess, I would say that the reason there's no Windows
Ctrl-C handler would simply be that nobody's yet volunteered to write
one. So you might be in a position to add what you want to 3.5 :)

ChrisA

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


Thread

Re: Event loop documentation error Chris Angelico <rosuav@gmail.com> - 2014-07-22 05:00 +1000

csiph-web