##// END OF EJS Templates
Exit works again
vivainio -
Show More
@@ -6,7 +6,7 b' Requires Python 2.3 or newer.'
6
6
7 This file contains all the classes and helper functions specific to IPython.
7 This file contains all the classes and helper functions specific to IPython.
8
8
9 $Id: iplib.py 2910 2007-12-30 22:42:25Z vivainio $
9 $Id: iplib.py 2912 2007-12-30 23:27:09Z vivainio $
10 """
10 """
11
11
12 #*****************************************************************************
12 #*****************************************************************************
@@ -1552,6 +1552,7 b' want to merge them back into the new files.""" % locals()'
1552 while 1:
1552 while 1:
1553 try:
1553 try:
1554 self.interact(banner)
1554 self.interact(banner)
1555 break
1555 except KeyboardInterrupt:
1556 except KeyboardInterrupt:
1556 # this should not be necessary, but KeyboardInterrupt
1557 # this should not be necessary, but KeyboardInterrupt
1557 # handling seems rather unpredictable...
1558 # handling seems rather unpredictable...
General Comments 0
You need to be logged in to leave comments. Login now