.. _what-else: What else you need to know ************************** ``future`` cannot completely close the gap between Python 3 and Python 2 with just the right :ref:`imports`. The following points require some additional work. .. _what-else-essentials: Essentials ========== .. include:: bytes_object.rst .. include:: str_object.rst .. include:: int_object.rst .. include:: isinstance.rst .. include:: open_function.rst .. include:: dict_methods.rst .. include:: custom_str_methods.rst .. include:: custom_iterators.rst .. _what-else-advanced: Advanced ======== .. include:: bind_method.rst .. include:: metaclasses.rst .. Standard library ================ .. include:: stdlib_incompatibilities.rst