From dba192101727a7f8fce958b62b3da16c9c798d61 Mon Sep 17 00:00:00 2001 From: cliechti Date: Fri, 5 Aug 2011 01:47:26 +0000 Subject: - fix for SF 3057499 git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@403 f19166aa-fa4f-0410-85c2-fa1106f25c8a --- CHANGES.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index c4b2cca..b50e4a8 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -151,7 +151,7 @@ Transition to the Python 2.0 series: This dictionary can be used to convert parity constants to meaningful strings. - Each Serial class and instance has a list of supported values: - ``BAUDRATES``, ``BYTESIZES``, ``PARITIES``, ``STOPBITS`` + ``BAUDRATES``, ``BYTESIZES``, ``PARITIES``, ``STOPBITS``Ggg (i.e. ``serial.Serial.BAUDRATES or s = serial.Serial; s.BAUDRATES``) these values can be used to fill in value sin GUI dialogs etc. - Creating a ``Serial()`` object without port spec returns an unconfigured, @@ -413,3 +413,8 @@ Bugfixes: - [SF 3093882] calling open() on an already open port now raises an exception - [SF 3245627] connection-lost let rfc2217 hangs in closed loop + +Bugfixes (win32): + +- [SF 3057499] writeTimeoutError when write Timeout is 0 + -- cgit v1.2.1