On Sun, Jan 17, 2010 at 12:47 PM, Robert <webtour...@gmail.com> wrote:
> On Sun, Jan 17, 2010 at 11:25 AM, Alan Gauld <alan.ga...@btinternet.com> 
> wrote:
>> In older versions of Python it made a difference whether you used object
>> or not. Using object gave you a "new style" class which has several extra
>> features, without you got an "old style class" without the features.


I have been wondering about this "New-style Class" subject along this line:

so, *theoretically speaking*, in EXISTING, pre-P3K code,
if one changes everywhere where it's coded "class someClass()" to
"class someClass(object)",
it should not break the programs, right ?
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to