File: what_else.rst

package info (click to toggle)
python-future 0.18.2-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,264 kB
  • sloc: python: 43,246; makefile: 136; sh: 29
file content (25 lines) | stat: -rw-r--r-- 521 bytes parent folder | download | duplicates (2)
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

..