dict
__str__
__nonzero__
__bool__
futurize
pasteurize
2to3
future
six
python-future
python-modernize
future.moves
import_
from_import
newobject
past.builtins
surrogateescape
newlist
listvalues
listitems
future.standard_library.*
future.backports
http.server
urllib
requests
unicode_literals
past
pow()
input()
standard_library.hooks
raise_
exec_
isinstance
str
suspend_hooks()
future.standard_library
isinstance()
future.builtins
python-future is the missing compatibility layer between Python 2 and Python 3. It allows you to use a single, clean Python 3.x-compatible codebase to support both Python 2 and Python 3 with minimal overhead.