How to signal "not implemented yet"?

Heiko Wundram modelnine at bit-bukket.org
Sun Dec 25 19:19:55 EST 2005


Roy Smith wrote:
> How do other people do this?

raise NotImplementedError, "I chose not to implement this because of..."

(built-in exception)

--- Heiko.



More information about the Python-list mailing list