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


Groups > comp.lang.python > #74945 > unrolled thread

Fwd: Event loop documentation error

Started byYaşar Arabacı <yasar11732@gmail.com>
First post2014-07-21 21:55 +0300
Last post2014-07-21 21:55 +0300
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#74945 — Fwd: Event loop documentation error

FromYaşar Arabacı <yasar11732@gmail.com>
Date2014-07-21 21:55 +0300
SubjectFwd: Event loop documentation error
Message-ID<mailman.12146.1405968938.18130.python-list@python.org>
---------- 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/

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web