summaryrefslogtreecommitdiffstats
path: root/Doc/faq
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-11-20 20:52:07 (GMT)
committerGitHub <noreply@github.com>2021-11-20 20:52:07 (GMT)
commite81e1d7f8116e9bf905ca378b0bec3ca5131bc29 (patch)
tree9595aaa3484b9c0e1e5373f41238b17d9111f525 /Doc/faq
parentd1855ed752ea0484101fc13622626ed0fa2c17b9 (diff)
downloadcpython-e81e1d7f8116e9bf905ca378b0bec3ca5131bc29.zip
cpython-e81e1d7f8116e9bf905ca378b0bec3ca5131bc29.tar.gz
cpython-e81e1d7f8116e9bf905ca378b0bec3ca5131bc29.tar.bz2
[3.9] bpo-45845: Change link for pyserial (GH-29675)
(cherry picked from commit 123a3527ddd7774e8db325c778927e49172e01d4) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Doc/faq')
-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 bfc4bae..7703d48 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: