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