summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2013-10-11 14:38:13 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2013-10-11 14:38:13 +0000
commit1bb15d7e21be958a32027fdd034f1a602a44816d (patch)
tree38b1d17474ebec61feebcdcd6afa2145fcdb3b28 /CHANGES.txt
parentc94ebec4ea682bb5c174b0986bc24d726f7213bc (diff)
downloadpyserial-1bb15d7e21be958a32027fdd034f1a602a44816d.tar.gz
[Patch pyserial:30] [PATCH 1/1] serial.Serial() should not raise IOError.
also catch errors when getting struct git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@471 f19166aa-fa4f-0410-85c2-fa1106f25c8a
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 35d3f65..756fa00 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -462,6 +462,7 @@ Bugfixes (posix):
- [Bug pyserial:137] Patch to add non-standard baudrates to Cygwin
- [Bug pyserial:141] open: Pass errno from IOError to SerialException
- [Bug pyserial:125] Undefined 'base' on list_ports_posix.py, function usb_lsusb
+- [Patch pyserial:30] [PATCH 1/1] serial.Serial() should not raise IOError.
Bugfixes (win32):