aboutsummaryrefslogtreecommitdiff
path: root/python/pyserial/README
diff options
context:
space:
mode:
authorCristiano Urban <cristiano.urban.slack@gmail.com>2017-07-22 23:25:07 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-07-26 18:29:09 +0700
commit40186f2b5c4b6ba3737c77d51064e8f81ac1b547 (patch)
tree16d3deedb82dc465abf00d5b0077ff66535418fe /python/pyserial/README
parente7b92135e39f63d652a14aa225234ff0999cd7c7 (diff)
python/pyserial: Updated for version 3.3 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pyserial/README')
-rw-r--r--python/pyserial/README5
1 files changed, 4 insertions, 1 deletions
diff --git a/python/pyserial/README b/python/pyserial/README
index bc6ddf9364ad0..ac75193d8aafe 100644
--- a/python/pyserial/README
+++ b/python/pyserial/README
@@ -1 +1,4 @@
-pyserial is a python module that encapsulates access to a serial port.
+This module encapsulates the access for the serial port. It provides
+backends for Python running on Windows, OSX, Linux, BSD (possibly any
+POSIX compliant system) and IronPython.
+The module named "serial" automatically selects the appropriate backend.