summaryrefslogtreecommitdiff
path: root/documentation/pyserial_api.rst
diff options
context:
space:
mode:
authorChris Liechti <cliechti@gmx.net>2016-06-04 22:28:14 +0200
committerChris Liechti <cliechti@gmx.net>2016-06-04 22:28:14 +0200
commit5984842cc5f785c181c2655425e40026344b4fee (patch)
treecec8ed0108bd9d262dccc1d61462697f17e398c9 /documentation/pyserial_api.rst
parent68cecce2bfb35faf547d996fdd55d5ffb6642dcf (diff)
downloadpyserial-git-5984842cc5f785c181c2655425e40026344b4fee.tar.gz
posix: deprecate "nonblocking" method
Diffstat (limited to 'documentation/pyserial_api.rst')
-rw-r--r--documentation/pyserial_api.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/pyserial_api.rst b/documentation/pyserial_api.rst
index 6e9cf20..75e19e7 100644
--- a/documentation/pyserial_api.rst
+++ b/documentation/pyserial_api.rst
@@ -485,9 +485,10 @@ Native ports
:platform: Posix
- Configure the device for nonblocking operation. This can be useful if
- the port is used with :mod:`select`. Note that :attr:`timeout` must
- also be set to ``0``
+ .. deprecated:: 3.2
+ The serial port is already opened in this mode. This method is not
+ needed and going away.
+
.. method:: fileno()