summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2011-08-05 01:47:26 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2011-08-05 01:47:26 +0000
commitdba192101727a7f8fce958b62b3da16c9c798d61 (patch)
treeb329b094df2a8f32b2aff8227824ae88e818901a /CHANGES.txt
parent0ec1a79e98607a337903894b36e8839aad4943eb (diff)
downloadpyserial-dba192101727a7f8fce958b62b3da16c9c798d61.tar.gz
- fix for SF 3057499
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@403 f19166aa-fa4f-0410-85c2-fa1106f25c8a
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt7
1 files changed, 6 insertions, 1 deletions
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
+