commit | c5943b1c8c49e235efd6e6b4c7fbfb4952c28fd0 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Aug 07 17:19:25 2001 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Aug 07 17:19:25 2001 +0000 |
tree | 25f3577588f25abced340c457c379ef1be4531e1 | |
parent | 44b1e7d8403558e945f796fec897d7862c9cec8a [diff] |
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.)