My initial runs show nothing which will prevent Python 3.x from being used with the notable exceptions
- Put parenthesis around all print() statements
- Use Exception syntax that works in both Python 2 and python 3, notably
except Exception as e:
instead of
except Exception, e: