summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2013-10-11 01:51:40 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2013-10-11 01:51:40 +0000
commit6de9e95339c3b4c2c5f05803cb935995cccaf243 (patch)
tree03db694f86ee2b3812388adf5bb27f4f96bf7897 /CHANGES.txt
parent1d7799e5530ffa5877bacaada4481645ee427966 (diff)
downloadpyserial-6de9e95339c3b4c2c5f05803cb935995cccaf243.tar.gz
[Bug pyserial:125] Undefined 'base' on list_ports_posix.py, function usb_lsusb
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@467 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 5878280..4945c15 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -458,6 +458,7 @@ Bugfixes (posix):
- [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
+- [Bug pyserial:125] Undefined 'base' on list_ports_posix.py, function usb_lsusb
Bugfixes (win32):