diff options
author | Chris Liechti <cliechti@gmx.net> | 2017-03-08 02:44:04 +0100 |
---|---|---|
committer | Chris Liechti <cliechti@gmx.net> | 2017-03-08 02:44:04 +0100 |
commit | 1c4bc8116a3b9c4d35c31a92ff1bf5100b81a7ab (patch) | |
tree | b4c9a8b375361fca4ca58da4a9602041217a563a /documentation/pyserial_api.rst | |
parent | 23fe2ecd314e8b0f711c641ea69b089362bcd527 (diff) | |
download | pyserial-git-3.3.tar.gz |
chore: release 3.3v3.3
- update changes
- update version
Diffstat (limited to 'documentation/pyserial_api.rst')
-rw-r--r-- | documentation/pyserial_api.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/pyserial_api.rst b/documentation/pyserial_api.rst index 54d2ff3..65eeae5 100644 --- a/documentation/pyserial_api.rst +++ b/documentation/pyserial_api.rst @@ -52,7 +52,7 @@ Native ports :param float inter_byte_timeout: Inter-character timeout, :const:`None` to disable (default). - + :param bool exclusive: Set exclusive access mode (POSIX only). A port cannot be opened in exclusive access mode if it is already open in exclusive access mode. @@ -112,6 +112,7 @@ Native ports .. versionchanged:: 2.5 *dsrdtr* now defaults to ``False`` (instead of *None*) .. versionchanged:: 3.0 numbers as *port* argument are no longer supported + .. versionadded:: 3.3 ``exclusive`` flag .. method:: open() |