Skip to content
Snippets Groups Projects
Commit b7308b03 authored by David Gobbi's avatar David Gobbi
Browse files

Patch CommonCore python tests for py3k.

This change modifies the python code for the tests so that they are
cross-compatible between python 2 and python 3.  The new code will not
run on Python 2.5 or earlier, because only python 2.6 and 2.7 allow
py3k-friendly syntax.

The numpy_interface does not fully support python 3 yet, due to changes
in the way numeric operators work and the way type coercion is done.
parent d3eb4043
No related branches found
No related tags found
Loading
Showing
with 135 additions and 134 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment