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


Groups > comp.lang.python > #74945

Fwd: Event loop documentation error

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <yasar11732@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.023
X-Spam-Evidence '*H*': 0.95; '*S*': 0.00; 'subject:error': 0.03; 'already.': 0.09; 'moreover,': 0.09; 'raises': 0.09; 'supported,': 0.09; 'windows,': 0.09; 'bug': 0.12; "wouldn't": 0.14; 'windows': 0.15; 'supported"': 0.16; 'trying': 0.19; 'not,': 0.20; 'example': 0.22; 'saying': 0.22; 'error': 0.23; 'equivalent': 0.26; '----------': 0.26; 'supported': 0.26; 'skip:" 20': 0.27; 'header :In-Reply-To:1': 0.27; 'chris': 0.29; 'feature': 0.29; 'unix': 0.29; 'message-id:@mail.gmail.com': 0.30; 'request,': 0.31; 'date:': 0.34; 'case,': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'version': 0.36; 'subject:skip:d 10': 0.36; 'next': 0.36; "didn't": 0.36; 'should': 0.36; 'to:addr:python- list': 0.38; 'planning': 0.38; 'forwarded': 0.39; 'subject:': 0.39; 'to:addr:python.org': 0.39; 'anytime': 0.60; 'mentioned': 0.61; 'subject:Fwd': 0.61; 'from:charset:utf-8': 0.61; 'making': 0.63; 're:': 0.63; 'different': 0.65; 'realized': 0.68; 'request.': 0.70; 'soon.': 0.71; 'surprise': 0.74
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:to :content-type:content-transfer-encoding; bh=zr5d1usL5WQWlUtBUbi5sfxiyow+9dwgdhKZBVsEAs4=; b=YyOWz56KRArIYtO4WSvc+Yi5ChGePMB3m2Q9PghhVaa9Kb7c5zyjb2mw5aM35bpsr4 JKme0HBMok8CU+XhZqBirjOhrlAw1gdZeLt1ZDoXDy3sdekfBwqUuO56BA7xDS4Cf9ar ZRfPl3lGL6IcLymkOY3M+RgGf0TlUUMR6yeIrMfx+gMJjPv92dnzZaBUxq9RdxDRMAgN UgqWs6AsYW+jath14c+W0ybT7RUu3HTw0vp08/2JSSSB1q6zKm4eZ3e/bWNCpYFYYlqR L5DZPDgRZXs5Rmv3TDBB25V1y9emjX+9UkW0nLeM6Sd19BEvzIy/3rXHu16abp1yHeO0 wp+w==
MIME-Version 1.0
X-Received by 10.236.137.14 with SMTP id x14mr42584785yhi.20.1405968928985; Mon, 21 Jul 2014 11:55:28 -0700 (PDT)
In-Reply-To <CAFEUn8YSVur3OgJL6D-YcQ_tzakwSDm_9W7d4jjNyVKp36AOXA@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>
Date Mon, 21 Jul 2014 21:55:28 +0300
Subject Fwd: Event loop documentation error
From Yaşar Arabacı <yasar11732@gmail.com>
To 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.12146.1405968938.18130.python-list@python.org> (permalink)
Lines 35
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1405968938 news.xs4all.nl 2974 [2001:888:2000:d::a6]:51597
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:74945

Show key headers only | View raw


---------- Forwarded message ----------
From: Yaşar Arabacı <yasar11732@gmail.com>
Date: 2014-07-21 21:54 GMT+03:00
Subject: Re: Event loop documentation error
To: Chris Angelico <rosuav@gmail.com>


2014-07-21 21:45 GMT+03:00 Chris Angelico <rosuav@gmail.com>:
> SIGINT is a Unix signal. There is an equivalent for Windows, but it
> wouldn't at all surprise me if trying to hook signals raises
> NotImplementedError. See if there's a different way to hook Ctrl-C on
> Windows; if not, you may want to word your report as a feature
> request.
>
> ChrisA

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.

In that case, should I make a bug report on docs that it should be
mentioned on example that this feature is not supported on Windows.

As for the feature request, I think there is a good reason that they
didn't include it already. I will try to look into it, before making a
feature request.

--
http://ysar.net/


-- 
http://ysar.net/

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


Thread

Fwd: Event loop documentation error Yaşar Arabacı <yasar11732@gmail.com> - 2014-07-21 21:55 +0300

csiph-web