Received: by 10.224.26.198 with SMTP id f6mr2324171qac.3.1348584245001; Tue, 25 Sep 2012 07:44:05 -0700 (PDT) Received: by 10.236.173.202 with SMTP id v50mr2163753yhl.19.1348584244924; Tue, 25 Sep 2012 07:44:04 -0700 (PDT) Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!l8no10059226qao.0!news-out.google.com!e10ni53868478qan.0!nntp.google.com!l8no10059216qao.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.python Date: Tue, 25 Sep 2012 07:44:04 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=98.101.146.142; posting-account=IY-wHgoAAAATHphicf_TEp3JSi1cQSHl NNTP-Posting-Host: 98.101.146.142 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <2e8a9e88-9e7e-43f7-a070-ea9054e625f2@googlegroups.com> Subject: new-style class or old-style class? From: Jayden Injection-Date: Tue, 25 Sep 2012 14:44:04 +0000 Content-Type: text/plain; charset=ISO-8859-1 Lines: 0 Xref: csiph.com comp.lang.python:30093 In learning Python, I found there are two types of classes? Which one are widely used in new Python code? Is the new-style much better than old-style? Thanks!!