diff options
| -rw-r--r-- | src/mailman/utilities/interact.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mailman/utilities/interact.py b/src/mailman/utilities/interact.py index cdc2b3002..c7531f302 100644 --- a/src/mailman/utilities/interact.py +++ b/src/mailman/utilities/interact.py @@ -75,9 +75,3 @@ Type "help", "copyright", "credits" or "license" for more information.''' % ( elif not banner: banner = None interp.interact(banner) - # When an exception occurs in the InteractiveConsole, the various - # sys.exc_* attributes get set so that error handling works the same way - # there as it does in the built-in interpreter. Be anal about clearing - # any exception information before we're done. - sys.exc_clear() - sys.last_type = sys.last_value = sys.last_traceback = None |
