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.
newobject base object defines fallback Py2-compatible special methodspast.builtins module improvedsurrogateescape error handlernewlist typelistvalues and listitemsfuture.standard_library.* -> future.backportshttp.server and urllib modulesRenameImportcache_py2_modules()detect_hooks()disable_hooks()enable_hooks()exclude_local_folder_importsfrom_import()hooksimport_()install_aliases()install_hooks()is_py2_stdlib_module()remove_hooks()restore_sys_modules()scrub_future_sys_modules()scrub_py2_sys_modules()suspend_hooksas_native_str()binary_typebind_method()exec_()implements_iterator()is_new_style()isbytes()isidentifier()isint()isnewbytes()istext()iteritems()iterkeys()itervalues()native()native_bytesnative_strnative_str_to_bytes()old_div()python_2_unicode_compatible()raise_()raise_with_traceback()reraise()text_typetobytes()viewitems()viewkeys()viewvalues()with_metaclass()