summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2014-08-04 10:35:10 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2014-08-04 10:35:10 +0000
commitd8a932117e742e459066c10e67cad27a73cdc5f2 (patch)
tree1dc8bb4f617c31fd0eda902d692a86ad106d9694 /CHANGES.txt
parent58059755f7010fd12507068f815632db05ad0935 (diff)
downloadpyserial-d8a932117e742e459066c10e67cad27a73cdc5f2.tar.gz
[Bug pyserial:156] PosixSerial.open raises OSError rather than SerialException when port open fails
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@507 f19166aa-fa4f-0410-85c2-fa1106f25c8a
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 663dbeb..f9cf277 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -494,6 +494,8 @@ Bugfixes:
Bugfixes (posix):
+- [Bug pyserial:156] PosixSerial.open raises OSError rather than
+ SerialException when port open fails
- [Bug pyserial:163] serial.tools.list_ports.grep() fails if it encounters None type
Bugfixes (cli):