[Python-Dev] py3k: TypeError: object.init() takes no parameters (original) (raw)
rdmurray at bitdance.com rdmurray at bitdance.com
Fri Jan 16 18:36:24 CET 2009
- Previous message: [Python-Dev] py3k: TypeError: object.__init__() takes no parameters
- Next message: [Python-Dev] py3k: TypeError: object.__init__() takes no parameters
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, 16 Jan 2009 at 16:53, Nick Craig-Wood wrote:
[snip]
Perhaps 2.5's object.init just swallowed all args, thus hiding bogus calls. Yes it did which is the fundamental difference in behaviour between py2 and py3 as far as I can see.
Actually, between py<=2.5 and py>=2.6.
--RDM
- Previous message: [Python-Dev] py3k: TypeError: object.__init__() takes no parameters
- Next message: [Python-Dev] py3k: TypeError: object.__init__() takes no parameters
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]