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

terryjreedy webhook-mailer at python.org
Sat Nov 20 15:52:12 EST 2021


https://github.com/python/cpython/commit/e81e1d7f8116e9bf905ca378b0bec3ca5131bc29
commit: e81e1d7f8116e9bf905ca378b0bec3ca5131bc29
branch: 3.9
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: terryjreedy <tjreedy at udel.edu>
date: 2021-11-20T15:52:07-05:00
summary:

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

(cherry picked from commit 123a3527ddd7774e8db325c778927e49172e01d4)

Co-authored-by: Terry Jan Reedy <tjreedy at udel.edu>

files:
M Doc/faq/library.rst

diff --git a/Doc/faq/library.rst b/Doc/faq/library.rst
index bfc4baecb4529..7703d48a2137a 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:
 



More information about the Python-checkins mailing list