|
From: <mur...@us...> - 2012-11-03 21:03:42
|
Revision: 225
http://sourceforge.net/p/python-control/code/225
Author: murrayrm
Date: 2012-11-03 21:03:39 +0000 (Sat, 03 Nov 2012)
Log Message:
-----------
Many small updates to make compatible with python 3.x:
* Updated unit tests to skip certain tests if slycot is not installed
* Fixed some problems with timebase (dt) to avoid comparing None to int
* Fixed exception syntax in a few more spots (E, T to E(T))
* Fixed print syntax in a few more spots (backward compatible with 2.6+)
* Updated FRD to include python 3.x fixes installed in other modules
* tests/test_*.py scripts not working in 3.x, but individual tests OK
* Current version works with nosetests in py2.7, py3.2 ( |