(py-compute-indentation): When looking at a continuation line inside
an open paren, do a better job of reindenting the line. For example:
def foo():
print 'hello %s, %d' % (
a, b)
Hit TAB on the line starting with `a'. Without this patch this line
will never be reindented. B
Barry Warsaw committed
92166d9a75ce034ae86cff746207e401e5065976
Parent: 585f733