commit | 92166d9a75ce034ae86cff746207e401e5065976 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Wed Apr 01 21:59:41 1998 +0000 |
committer | Barry Warsaw <barry@python.org> | Wed Apr 01 21:59:41 1998 +0000 |
tree | c5c460db5c42b25f8f370ee6709a77f79c3fbdfb | |
parent | 585f733b395df42d75d286f2f5911cef35bb835b [diff] |
(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.