From 16b5a8b57adc68c9d0dc46fbadffeaacbb557cc6 Mon Sep 17 00:00:00 2001 From: Jonathan Reichelt Gjertsen Date: Sat, 8 May 2021 15:45:38 +0200 Subject: Add a note that the first argument to read_util was called `terminator` in previous versions --- documentation/pyserial_api.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/documentation/pyserial_api.rst b/documentation/pyserial_api.rst index efd82c1..12a7765 100644 --- a/documentation/pyserial_api.rst +++ b/documentation/pyserial_api.rst @@ -173,6 +173,9 @@ Native ports Returns an instance of :class:`bytes` when available (Python 2.6 and newer) and :class:`str` otherwise. + .. versionchanged:: 3.5 + First argument was called ``terminator`` in previous versions. + .. method:: write(data) :param data: Data to send. -- cgit v1.2.1