##// END OF EJS Templates
Previous commit was incomplete...
fperez -
Show More
@@ -6,7 +6,7 b' Requires Python 2.3 or newer.'
6 6
7 7 This file contains all the classes and helper functions specific to IPython.
8 8
9 $Id: iplib.py 2123 2007-03-01 06:54:44Z fperez $
9 $Id: iplib.py 2124 2007-03-01 07:19:24Z fperez $
10 10 """
11 11
12 12 #*****************************************************************************
@@ -498,7 +498,7 b' class InteractiveShell(object,Magic):'
498 498 # I'm afraid of breaking something; do it once the unit tests are in
499 499 # place.
500 500 self.line_split_fallback = re.compile(r'^(\s*)'
501 r'([%\w\.]*)'
501 r'([%\!\?\w\.]*)'
502 502 r'(.*)')
503 503
504 504 # Original re, keep around for a while in case changes break something
General Comments 0
You need to be logged in to leave comments. Login now