From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 20 Nov 2021 20:51:24 +0000 (-0800) Subject: [3.10] bpo-45845: Change link for pyserial (GH-29675) X-Git-Tag: v3.10.1~43 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3528df12581e8ccf3fae6d25bd9687ae55424398;p=thirdparty%2FPython%2Fcpython.git [3.10] bpo-45845: Change link for pyserial (GH-29675) (cherry picked from commit 123a3527ddd7774e8db325c778927e49172e01d4) Co-authored-by: Terry Jan Reedy --- diff --git a/Doc/faq/library.rst b/Doc/faq/library.rst index ebc6eaecf7d2..faca834e9654 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: