I
Ian Kelly
On Sun, 18 Dec 2011 13:47:46 -0600, Evan Driscoll wrote:
[...]so unless you're opposed to using an editor more
advanced than Notepad, you'll type in "varargs", it'll turn purple or
whatever, and you'll go "oh that's a keyword."
Not everybody uses editors more advanced than Notepad. Even those who do
may not have an editor that understands Python keywords, or has an
obsolete list of keywords (my editor of choice doesn't know about
NotImplementedError).
Probably because NotImplementedError is not a keyword.