summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-11-20 20:51:24 (GMT)
committerGitHub <noreply@github.com>2021-11-20 20:51:24 (GMT)
commit3528df12581e8ccf3fae6d25bd9687ae55424398 (patch)
tree38b999cb7f79bb160b8aa24fab97791501e4c42c
parentedabf3904619e6be97d12e41d30402845b3ec8b8 (diff)
downloadcpython-3528df12581e8ccf3fae6d25bd9687ae55424398.zip
cpython-3528df12581e8ccf3fae6d25bd9687ae55424398.tar.gz
cpython-3528df12581e8ccf3fae6d25bd9687ae55424398.tar.bz2
[3.10] bpo-45845: Change link for pyserial (GH-29675)
(cherry picked from commit 123a3527ddd7774e8db325c778927e49172e01d4) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
-rw-r--r--Doc/faq/library.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/faq/library.rst b/Doc/faq/library.rst
index ebc6eae..faca834 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: