File: what_else.rst

package info (click to toggle)
python-future 0.16.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,316 kB
  • sloc: python: 42,522; makefile: 141; sh: 41
file content (26 lines) | stat: -rw-r--r-- 522 bytes parent folder | download | duplicates (5)
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
26
.. _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

..