Menu

#939 Error in renaming functions with multi lines

1.4.7
open
nobody
5
2009-07-08
2009-07-08
toprider
No

If I have defined the function on multi lines for eg:
def test(a,b,
c):
blah

The renaming cannot handle it. Raises an exception.

Discussion