]> granicus.if.org Git - python/commit
Add the NannyNag exception class and the process_tokens() function to
authorGuido van Rossum <guido@python.org>
Tue, 7 Aug 2001 17:19:25 +0000 (17:19 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 7 Aug 2001 17:19:25 +0000 (17:19 +0000)
commitc5943b1c8c49e235efd6e6b4c7fbfb4952c28fd0
tree25f3577588f25abced340c457c379ef1be4531e1
parent44b1e7d8403558e945f796fec897d7862c9cec8a
Add the NannyNag exception class and the process_tokens() function to
__all__, to indicate these are implied as part of the public API.

IDLE's "Check Module" command uses this, and it broke once already
because the reset_globals() and tokeneater() functions were deleted
when Neil converted this to using the generator API of tokenizer.
(See SF bug #448835.)
Lib/tabnanny.py