Since ProactorEventLoop is now the default in 3.8, remove examples using it explicitly on Windows.
|
While reviewing PR #1067, I found 3 places that I forgot to update when I made ProactorEventLoop the default on Windows. |
…dthedocs.org/python#9623). Requires also specifying the OS version (workaround for readthedocs/readthedocs.org#9635).
Since ProactorEventLoop is now the default in 3.8, remove examples
using it explicitly on Windows.
https://bugs.python.org/issue34687