Python 2.2 or 3.5

Ian Kelly ian.g.kelly at gmail.com
Sun Oct 11 01:18:22 EDT 2015


On Sat, Oct 10, 2015 at 11:11 PM, Rustom Mody <rustompmody at gmail.com> wrote:
> At https://docs.python.org/3.5/faq/extending.html#can-i-create-an-object-class-with-some-methods-implemented-in-c-and-others-in-python-e-g-through-inheritance
>
> it says
> In Python 2.2, you can inherit from built-in classes such as int, list, dict, etc.
>
> So is it 3.5 or 2.2?

2.2 or greater.



More information about the Python-list mailing list