Python Gotcha's?
Neil Cerutti
neilc at norwich.edu
Mon Apr 9 08:21:39 EDT 2012
More information about the Python-list mailing list
Mon Apr 9 08:21:39 EDT 2012
- Previous message (by thread): Python Gotcha's?
- Next message (by thread): Python Gotcha's?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 2012-04-08, John Nagle <nagle at 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
- Previous message (by thread): Python Gotcha's?
- Next message (by thread): Python Gotcha's?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list