On 2012-04-08, John Nagle <na...@animats.com> wrote:
> 6.  Multiple inheritance is a mess.  Especially "super".

Python allows you to get dirty. Super solves a messy problem.

> 10. Python 3 isn't upward compatible with Python 2.

Even minor versions of Python are usually not forward compatible.
In the case of 2 to 3, more help and support than usual is
available: http://docs.python.org/dev/howto/pyporting.html

-- 
Neil Cerutti
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to