summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2013-10-10 23:57:00 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2013-10-10 23:57:00 +0000
commit2fed04f8f0e345696e07361c0d53ee566ff59b7a (patch)
tree99731b15aeb438c2ccc30e20d99b8f640ac7d351 /CHANGES.txt
parent68d7cd46a21e951a2851dc6bcf3ce47c8163b043 (diff)
downloadpyserial-2fed04f8f0e345696e07361c0d53ee566ff59b7a.tar.gz
[Bug pyserial:141] open: Pass errno from IOError to SerialException
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@463 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 0136145..0c07e3f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -456,6 +456,7 @@ Bugfixes (posix):
- list_ports and device() for BSD updated (Anders Langworthy)
- [Bug 3518380] python3.2 -m serial.tools.list_ports error
- [Bug pyserial:137] Patch to add non-standard baudrates to Cygwin
+- [Bug pyserial:141] open: Pass errno from IOError to SerialException
Bugfixes (win32):