From: Ben Giddings Date: 2005-01-27T05:05:08+09:00 Subject: Re: New user questions Michael Neumann wrote: > Uhm, I used Python 1.5, somewhere in 1997 or 1998. At that time, not > everything was an object as it seems to be now (since Python 2.0). Oh, I know that not everything was an object up until Python 2.4 (or maybe 2.3), what I'm wondering about is whether the first few versions of Python had *any* object-oriented stuff. It seems odd to me that if they were designing Python to be object-oriented from day 1, that they'd use such an odd syntax for the OO stuff (the self parameter, the double-underscore things, etc). Ben