------------------
**Added**
- For Python 3.0, new attributes are included, and deprecated attributes are no
longer shown.
- Instructions added for using this with iPython.
**Changed**
- (Pseudo-)static variables moved outside the ``see()`` function. This may or
may not be more efficient.
- If the object has a docstring set, ``help()`` is shown in the list instead of
``?``.
**Fixed**
- AttributeError with Django class attributes fixed.
- The correct symbols are now shown for objects implementing ``__divmod__``,
``__floordiv__`` and ``__cmp__``.