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: 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: References: Date: Tue, 22 Jul 2014 05:00:10 +1000 Subject: Re: Event loop documentation error From: Chris Angelico Cc: "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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 On Tue, Jul 22, 2014 at 4:55 AM, Ya=C5=9Far Arabac=C4=B1 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