Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #12554 > unrolled thread
| Started by | Michiel Overtoom <motoom@xs4all.nl> |
|---|---|
| First post | 2011-09-01 11:04 +0200 |
| Last post | 2011-09-01 11:04 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Constructors...BIIIIG PROBLEM! Michiel Overtoom <motoom@xs4all.nl> - 2011-09-01 11:04 +0200
| From | Michiel Overtoom <motoom@xs4all.nl> |
|---|---|
| Date | 2011-09-01 11:04 +0200 |
| Subject | Re: Constructors...BIIIIG PROBLEM! |
| Message-ID | <mailman.652.1314868352.27778.python-list@python.org> |
On Sep 1, 2011, at 10:24, Hegedüs Ervin wrote: > On Thu, Sep 01, 2011 at 10:00:27AM +0200, Michiel Overtoom wrote: >> Derive your class from object, > > why's that better than just create a simple class, without > derive? Amongst other things, fixes to the type system and the method resolution order. http://docs.python.org/reference/datamodel.html#new-style-and-classic-classes http://unspecified.wordpress.com/2010/11/18/pythons-new-classes-vs-old-classes/ http://www.cafepy.com/article/python_types_and_objects/python_types_and_objects.html http://www.python.org/download/releases/2.2.3/descrintro/ Greetings, -- "If you don't know, the thing to do is not to get scared, but to learn." - Ayn Rand
Back to top | Article view | comp.lang.python
csiph-web