| .. |bool| replace:: :class:`bool <bool>` |
| .. |bytearray| replace:: :class:`bytearray <bytearray>` |
| .. |basestring| replace:: :func:`basestring <basestring>` |
| .. |dict| replace:: :class:`dict` |
| .. |Exception| replace:: :exc:`~exceptions.Exception` |
| .. |float| replace:: :class:`float <float>` |
| .. |hasattr| replace:: :func:`hasattr` |
| .. |int| replace:: :class:`int <int>` |
| .. |iter| replace:: :func:`iter <iter>` |
| .. |list| replace:: :class:`list <list>` |
| .. |long| replace:: :class:`long <long>` |
| .. |object| replace:: :class:`object <object>` |
| .. |str| replace:: :class:`str <str>` |
| .. |struct| replace:: :mod:`struct` |
| .. |tuple| replace:: :func:`tuple <tuple>` |
| .. |unicode| replace:: :func:`unicode <unicode>` |
| .. |RuntimeError| replace:: :exc:`~exceptions.RuntimeError` |
| .. |ThreadingEvent| replace:: :class:`threading.Event` |
| .. |TypeError| replace:: :exc:`~exceptions.TypeError` |
| .. |ValueError| replace:: :exc:`~exceptions.ValueError` |