Skip to content

Py3 Cleanup, Remove Py2

Latest
Compare
Choose a tag to compare
@bauman bauman released this 29 Oct 18:00
· 3 commits to master since this release
702cfbd

fixed stopiteration errors in py3 that the user would need to handle

user code which attempts to handle iteration termination with StopIteration will not need updated, it just wont ever raise that error anymore.

Removed everything Py2 related now that ubi-8 has ok py3 support