summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2008-07-06 22:56:33 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2008-07-06 22:56:33 +0000
commit2a223b21e31927965598687abf505336a5056ac9 (patch)
tree0171ac6f1d1ba1df653a1ef9b546851685eac5cd /README.txt
parent917a76a0192fd6114946b7c8ca518ead1641c80d (diff)
downloadpyserial-2a223b21e31927965598687abf505336a5056ac9.tar.gz
prepare release of 2.4
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@194 f19166aa-fa4f-0410-85c2-fa1106f25c8a
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.txt b/README.txt
index 2accdd3..ce26437 100644
--- a/README.txt
+++ b/README.txt
@@ -3,14 +3,14 @@ pySerial
========
This module capsulates the access for the serial port. It provides backends
for standard Python running on Windows, Linux, BSD (possibly any POSIX
-compilant system) and Jython. The module named "serial" automaticaly selects
-the appropriate backend.
+compilant system), Jython and IronPython. The module named "serial"
+automaticaly selects the appropriate backend.
It is released under a free software license, see LICENSE.txt for more
details.
Project Homepage: http://pyserial.sourceforge.net
-(C) 2001-2005 Chris Liechti <cliechti@gmx.net>
+(C) 2001-2008 Chris Liechti <cliechti@gmx.net>
Features
@@ -274,3 +274,5 @@ References
- Java@IBM http://www-106.ibm.com/developerworks/java/jdk/
(JavaComm links are on the download page for the respective platform jdk)
- Java@SUN http://java.sun.com/products/
+- IronPython: http://www.codeplex.com/IronPython
+- setuptools: http://peak.telecommunity.com/DevCenter/setuptools