summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2011-08-22 01:17:27 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2011-08-22 01:17:27 +0000
commit6c0299a9a0820b790dc8754966c3b26644a54717 (patch)
tree1045c6186c204e522c697c4894acd0b93eae66a0 /CHANGES.txt
parent9efb1ab466405ce60ec578f050e440faeb9155e9 (diff)
downloadpyserial-6c0299a9a0820b790dc8754966c3b26644a54717.tar.gz
doc update
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@428 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 47f8fbc..f7ef70c 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -411,6 +411,8 @@ New Features:
packages with protocol handlers (see docs for details).
- new URL type: hwgrep://<regexp> uses list_ports module to search for ports
by their description
+- serveral internal changes to improve Python 3.x compatibility (setup.py,
+ use of absolute imports and more)
Bugfixes: