On Tue, Jan 21, 2003 at 01:39:46PM -0500, Andrew Kuchling wrote: > 1) quixote.errors.BozoProgrammerError, or some less rude name; suggestions? > 2) Python's RuntimeError > 3) NameError > 4) Use 'assert object is not None', in which case it'll be AssertionError. I like assert. Neil