Fwd: Event loop documentation error

Yaşar Arabacı yasar11732 at gmail.com
Mon Jul 21 14:55:28 EDT 2014


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


2014-07-21 21:45 GMT+03:00 Chris Angelico <rosuav at 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/



More information about the Python-list mailing list