Dave Angel <d...@davea.name> writes: > I do something similar when there's a portion of code that should > never be reached: > > assert("reason why I cannot get here")
Shouldn't that be assert False, "reason why I cannot get here"? -- http://mail.python.org/mailman/listinfo/python-list