In Python 2.2, you can inherit from builtin classes such as int, list, dict, etc.
The Boost Python Library (BPL, http://www.boost.org/libs/python/doc/index.html) provides a way of doing this from C++ (i.e. you can inherit from an extension class written in C++ using the BPL).
CATEGORY: extending