diff options
Diffstat (limited to 'Lib/code.py')
-rw-r--r-- | Lib/code.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/code.py b/Lib/code.py index 53244e3..c8b7204 100644 --- a/Lib/code.py +++ b/Lib/code.py @@ -230,6 +230,7 @@ class InteractiveConsole(InteractiveInterpreter): self.write("\nKeyboardInterrupt\n") self.resetbuffer() more = 0 + self.write('now exiting %s...\n' % self.__class__.__name__) def push(self, line): """Push a line to the interpreter. |