diff -r 9165e297d65b Doc/faq/extending.rst --- a/Doc/faq/extending.rst Sat Oct 10 23:56:02 2015 -0400 +++ b/Doc/faq/extending.rst Sun Oct 11 17:11:57 2015 +1100 @@ -443,7 +443,7 @@ Can I create an object class with some methods implemented in C and others in Python (e.g. through inheritance)? ---------------------------------------------------------------------------------------------------------------- -In Python 2.2, you can inherit from built-in classes such as :class:`int`, +Yes, you can inherit from built-in classes such as :class:`int`, :class:`list`, :class:`dict`, etc. The Boost Python Library (BPL, http://www.boost.org/libs/python/doc/index.html)