owyl icon indicating copy to clipboard operation
owyl copied to clipboard

Significant changes for Python 3 compatibility

Open ctoth opened this issue 3 years ago • 0 comments

  • Update all generators to use next(gen) instead of gen.next()
  • The visit function is now PEP 479 compliant
  • Fix all tests to use next(gen) instead of gen.next()
  • Ensure all tests pass
  • Fix test discovery so that python -m unittest and python setup.py test both work
  • Bump version to 0.4

ctoth avatar Feb 09 '22 08:02 ctoth