From cf2ade51eb1c6270f79b9be8210fccf44c9c2cb0 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Sat, 20 Nov 2021 14:56:42 -0500 Subject: [PATCH] bpo-45845: Change link for pyserial (GH-29675) (cherry picked from commit 123a3527ddd7774e8db325c778927e49172e01d4) Co-authored-by: Terry Jan Reedy --- Doc/faq/library.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/faq/library.rst b/Doc/faq/library.rst index ebc6eaecf7d265..faca834e965455 100644 --- a/Doc/faq/library.rst +++ b/Doc/faq/library.rst @@ -614,9 +614,9 @@ use ``p.read(n)``. How do I access the serial (RS232) port? ---------------------------------------- -For Win32, POSIX (Linux, BSD, etc.), Jython: +For Win32, OSX, Linux, BSD, Jython, IronPython: - http://pyserial.sourceforge.net + https://pypi.org/project/pyserial/ For Unix, see a Usenet post by Mitch Chapman: