[Roy Smith] > Is there some standard way to signal "not implemented yet" in > unfinished code?
raise NotImplementedError That's a builtin exception. ... -- http://mail.python.org/mailman/listinfo/python-list
[Roy Smith] > Is there some standard way to signal "not implemented yet" in > unfinished code?
raise NotImplementedError That's a builtin exception. ... -- http://mail.python.org/mailman/listinfo/python-list