Skip to content

Python 3.x support

Compare
Choose a tag to compare
@LeeKamentsky LeeKamentsky released this 10 Mar 13:17
· 108 commits to master since this release
  • Support for 3.x on all platforms in addition to 2.x
  • Prevent Java exceptions caused by inadvertent __getattr__ calls in wrappers in IPython notebook and similar
  • with statement support for the VM
  • Travis build support

Thanks to @jakirkham @jni @manuels and @sdh4 for contributions.