- Add sys.version_info checks (mypy now supports them) - Went over Python 3 docs and corrected a few things - Reexport things that are imported from opcode
* Move opcode to 2and3 * Fix python3 versions * Fix tests * Bring Dict back