How to signal "not implemented yet"?

Tim Peters tim.peters at gmail.com
Sun Dec 25 19:18:29 EST 2005


[Roy Smith]
> Is there some standard way to signal "not implemented yet" in
> unfinished code?

    raise NotImplementedError

That's a builtin exception.

...



More information about the Python-list mailing list