summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorChris Liechti <cliechti@gmx.net>2015-08-05 02:57:03 +0200
committerChris Liechti <cliechti@gmx.net>2015-08-05 02:57:03 +0200
commitd240cf59fc632537a5303af5b9621f2aa92c5558 (patch)
tree768505daf2c872a2d0703bcc5fc0549212f5c073 /CHANGES.rst
parent01587b1f2c1f35dc52abd9095ffb42dd50841126 (diff)
downloadpyserial-git-d240cf59fc632537a5303af5b9621f2aa92c5558.tar.gz
[Bug pyserial:169] missing "import time" in serialwin32.py
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 5ea1cfb..0a88ba0 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -528,3 +528,7 @@ Bugfixes (posix):
- [Patch pyserial:36 / 38] Make USB information work in python 3.4 and 2.7
- clear OCRNL/ONLCR flags (CR/LF translation settings)
+Bugfixes (win32):
+
+- [Bug pyserial:169] missing "import time" in serialwin32.py
+