This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author stutzbach
Recipients LambertDW, georg.brandl, rhettinger, stutzbach
Date 2009-02-25.23:48:16
SpamBayes Score 0.002379626
Marked as misclassified No
Message-id <1235605698.43.0.427038883392.issue5229@psf.upfronthosting.co.za>
In-reply-to
Content
In the previous example, I meant to type

class B(A)

and

class C(B)

rather than having them all derive from object.  That's what I get for
not actually testing the code. ;-)
History
Date User Action Args
2009-02-25 23:48:18stutzbachsetrecipients: + stutzbach, georg.brandl, rhettinger, LambertDW
2009-02-25 23:48:18stutzbachsetmessageid: <1235605698.43.0.427038883392.issue5229@psf.upfronthosting.co.za>
2009-02-25 23:48:16stutzbachlinkissue5229 messages
2009-02-25 23:48:16stutzbachcreate