Menu

Commit [r9350]  Maximize  Restore  History

The Python 2.x idioms have been removed.

This was done with the python 2.x to 3.x script with the commands:
2to3 -w -f exec relax .

The change is in preparation for Python 3.0, and relax still works with Python versions 2.4, 2.5,
and 2.6.

The changes include:
1) The call to type() has been replaced with isinstance().
2) "while 1" has been replaced with "while True".
3) list sort methods x.sort() have been replaced with a call to sorted(x).

Booleans are instances of int, so the user function argument unit tests will be a massive mess!

bugman 2009-08-21

<< < 1 2 3 4 (Page 4 of 4)
changed /1.3/test_suite/system_tests/model_free.py
changed /1.3/test_suite/unit_tests/_generic_fns/_structure/test_api_base.py
changed /1.3/test_suite/unit_tests/_maths_fns/test_kronecker_product.py
changed /1.3/test_suite/unit_tests/_prompt/test_minimisation.py
changed /1.3/test_suite/unit_tests/_prompt/test_n_state_model.py
changed /1.3/test_suite/unit_tests/_prompt/test_sequence.py
changed /1.3/test_suite/unit_tests/_prompt/test_spectrum.py
changed /1.3/test_suite/unit_tests/_prompt/test_value.py
changed /1.3/test_suite/unit_tests/unit_test_runner.py
/1.3/test_suite/system_tests/model_free.py Diff Switch to side-by-side view
Loading...
/1.3/test_suite/unit_tests/_generic_fns/_structure/test_api_base.py Diff Switch to side-by-side view
Loading...
/1.3/test_suite/unit_tests/_maths_fns/test_kronecker_product.py Diff Switch to side-by-side view
Loading...
/1.3/test_suite/unit_tests/_prompt/test_minimisation.py Diff Switch to side-by-side view
Loading...
/1.3/test_suite/unit_tests/_prompt/test_n_state_model.py Diff Switch to side-by-side view
Loading...
/1.3/test_suite/unit_tests/_prompt/test_sequence.py Diff Switch to side-by-side view
Loading...
/1.3/test_suite/unit_tests/_prompt/test_spectrum.py Diff Switch to side-by-side view
Loading...
/1.3/test_suite/unit_tests/_prompt/test_value.py Diff Switch to side-by-side view
Loading...
/1.3/test_suite/unit_tests/unit_test_runner.py Diff Switch to side-by-side view
Loading...
<< < 1 2 3 4 (Page 4 of 4)
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.