How to signal "not implemented yet"?

Roy Smith roy at panix.com
Sun Dec 25 19:41:47 EST 2005


In article <mailman.2539.1135556316.18701.python-list at python.org>,
Tim Peters  <tim.peters at gmail.com> wrote:
>[Roy Smith]
>> Is there some standard way to signal "not implemented yet" in
>> unfinished code?
>
>    raise NotImplementedError
>
>That's a builtin exception.

Ah, that's exactly what I was looking for.  Thanks.



More information about the Python-list mailing list