]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.10] bpo-45845: Change link for pyserial (GH-29675)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 20 Nov 2021 20:51:24 +0000 (12:51 -0800)
committerGitHub <noreply@github.com>
Sat, 20 Nov 2021 20:51:24 +0000 (15:51 -0500)
(cherry picked from commit 123a3527ddd7774e8db325c778927e49172e01d4)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Doc/faq/library.rst

index ebc6eaecf7d265bd125c5e7a2aea7f75d6c7f7b8..faca834e96545571524037b21ec16f5957ba0d96 100644 (file)
@@ -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: