commit | 22d3900706df7a9c3846094f04dde830553e1a7c | [log] [tgz] |
---|---|---|
author | Chris Liechti <cliechti@gmx.net> | Tue May 08 03:39:20 2018 +0200 |
committer | Chris Liechti <cliechti@gmx.net> | Tue May 08 03:39:20 2018 +0200 |
tree | 7c18aa7d35c5c2ff41b39542024e90307df54c58 | |
parent | 8e45873bd66c9270d292d87eb58b54b066a896bc [diff] [blame] |
docs: add notes for readline, readlines, writelines, IOBase see #285
diff --git a/serial/serialposix.py b/serial/serialposix.py index 9eec8a7..507e2fe 100644 --- a/serial/serialposix.py +++ b/serial/serialposix.py
@@ -789,6 +789,9 @@ the error handling is degraded. Overall timeout is disabled when inter-character timeout is used. + + Note that this implementation does NOT support cancel_read(), it will + just ignore that. """ def _reconfigure_port(self, force_update=True):