##// END OF EJS Templates
make %reset arguments case insensitive.
Paul Ivanov -
Show More
@@ -1039,6 +1039,7 b' Currently the magic system has the following functions:\\n"""'
1039 1039 user_ns = self.user_ns # local lookup, heavily used
1040 1040
1041 1041 for target in args:
1042 target = target.lower() # make matches case insensitive
1042 1043 if target == 'out':
1043 1044 print "Flushing output cache (%d entries)" % len(user_ns['_oh'])
1044 1045 self.displayhook.flush()
General Comments 0
You need to be logged in to leave comments. Login now