summaryrefslogtreecommitdiffstats
path: root/FOSS/Python/Dependencies/future-0.18.2/docs/what_else.rst
blob: 51f198698a4dbb5a9fc2fea258a198340ea25821 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.. _what-else:

What else you need to know
**************************

The following points are important to know about when writing Python 2/3
compatible code.

.. _what-else-essentials:

.. include:: bytes_object.rst
.. include:: str_object.rst
.. include:: dict_object.rst
.. include:: int_object.rst
.. include:: isinstance.rst
.. include:: open_function.rst
.. include:: custom_str_methods.rst
.. include:: custom_iterators.rst

.. _what-else-advanced:

.. include:: bind_method.rst
.. include:: metaclasses.rst

..