Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #74945
| References | <CAFEUn8agDaOvMzXLv3vGD-5hw=oLmLYGHx31+CO7=Ds-tO8s2w@mail.gmail.com> <CAPTjJmpaUnK_+0v4=4rqQ0JUHAhFsWtvrAhUhCQi3266rZMHrg@mail.gmail.com> <CAFEUn8YSVur3OgJL6D-YcQ_tzakwSDm_9W7d4jjNyVKp36AOXA@mail.gmail.com> |
|---|---|
| Date | 2014-07-21 21:55 +0300 |
| Subject | Fwd: Event loop documentation error |
| From | Yaşar Arabacı <yasar11732@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.12146.1405968938.18130.python-list@python.org> (permalink) |
---------- 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
Fwd: Event loop documentation error Yaşar Arabacı <yasar11732@gmail.com> - 2014-07-21 21:55 +0300
csiph-web