ezag / pyeuclid

2D and 3D maths module for Python
97 stars 41 forks source link

Py3k #5

Closed brad closed 10 years ago

brad commented 10 years ago

Support for Python 3.x, backwards compatible to at least 2.6. The changes are very simple/minimal. All that was needed was for the raise statements to use the more modern syntax. I also cherry-picked the classifiers from @etjones.

brad commented 10 years ago

There were a couple other things I missed (found when running doctest)