Re: new-style classes multiplication error message isn't veryinformative

2005-12-30 Thread Steven D'Aprano
On Fri, 30 Dec 2005 13:23:30 +, Jon Guyer wrote: > Steven D'Aprano REMOVETHIScyber.com.au> writes: > >> >> On Fri, 30 Dec 2005 03:47:30 +, Jon Guyer wrote: >> >> > We have a rather complicated class that, under certain circumstances, knows >> > that it cannot perform various arithmetic

Re: new-style classes multiplication error message isn't veryinformative

2005-12-30 Thread Jon Guyer
Steven D'Aprano REMOVETHIScyber.com.au> writes: > > On Fri, 30 Dec 2005 03:47:30 +, Jon Guyer wrote: > > > We have a rather complicated class that, under certain circumstances, knows > > that it cannot perform various arithmetic operations, and so returns > > NotImplemented. As a trivial e