[Python-checkins] bpo-45845: Change link for pyserial (GH-29675)

terryjreedy webhook-mailer at python.org
Sat Nov 20 14:56:53 EST 2021


https://github.com/python/cpython/commit/123a3527ddd7774e8db325c778927e49172e01d4
commit: 123a3527ddd7774e8db325c778927e49172e01d4
branch: main
author: Terry Jan Reedy <tjreedy at udel.edu>
committer: terryjreedy <tjreedy at udel.edu>
date: 2021-11-20T14:56:42-05:00
summary:

bpo-45845: Change link for pyserial (GH-29675)

files:
M Doc/faq/library.rst

diff --git a/Doc/faq/library.rst b/Doc/faq/library.rst
index 78f5a06120879..b9e541c150dc4 100644
--- a/Doc/faq/library.rst
+++ b/Doc/faq/library.rst
@@ -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:
 



More information about the Python-checkins mailing list