From 13694c5a09188faf15f3ae08eae3772f3a707a68 Mon Sep 17 00:00:00 2001 From: Robert Smallshire Date: Sun, 30 Oct 2022 09:45:38 +0100 Subject: [PATCH] Fixes #85 Windows support is ambiguous. --- documentation/index.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/documentation/index.rst b/documentation/index.rst index 8f4e727..1645f84 100644 --- a/documentation/index.rst +++ b/documentation/index.rst @@ -3,7 +3,9 @@ Welcome to pySerial-asyncio's documentation =========================================== -`Async I/O`_ extension for the `Python Serial Port`_ package for OSX, Linux, BSD +`Async I/O`_ extension for the `Python Serial Port`_ package for OSX, Linux, BSD. +Support for Windows is included, though with a different implementation based on polling +which may be slower than on other platforms. It depends on pySerial and is compatible with Python 3.5 and later.