]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-45845: Change link for pyserial (GH-29675)
authorTerry Jan Reedy <tjreedy@udel.edu>
Sat, 20 Nov 2021 19:56:42 +0000 (14:56 -0500)
committerGitHub <noreply@github.com>
Sat, 20 Nov 2021 19:56:42 +0000 (14:56 -0500)
Doc/faq/library.rst

index 78f5a061208791a3c7b995b54ae8183fea89a74d..b9e541c150dc43c825f1c8e26ac2bb647042bc80 100644 (file)
@@ -611,9 +611,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: