diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2021-11-20 14:56:42 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-20 14:56:42 -0500 |
commit | 123a3527ddd7774e8db325c778927e49172e01d4 (patch) | |
tree | a097e58dab0399bbd40ef3f3f8177c064da6b920 | |
parent | 81f4e116ef7d30ef6e2041c2d6cf29af511a3a02 (diff) | |
download | cpython-git-123a3527ddd7774e8db325c778927e49172e01d4.tar.gz |
bpo-45845: Change link for pyserial (GH-29675)
-rw-r--r-- | Doc/faq/library.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/faq/library.rst b/Doc/faq/library.rst index 78f5a06120..b9e541c150 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: |