Skip to content

Commit 9a0bcda

Browse files
authored
Provide more accurate information on what eventloops are supported on windows (#163)
1 parent f2c8472 commit 9a0bcda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The API is pretty simple, three functions are provided in the ``DNSResolver`` cl
5858
Note for Windows users
5959
======================
6060

61-
This library requires the use of an ``asyncio.SelectorEventLoop`` on Windows
61+
This library requires the use of an ``asyncio.SelectorEventLoop`` or ``winloop`` on Windows
6262
**only** when using a custom build of ``pycares`` that links against a system-
6363
provided ``c-ares`` library **without** thread-safety support. This is because
6464
non-thread-safe builds of ``c-ares`` are incompatible with the default

0 commit comments

Comments
 (0)