On Mon, Nov 03, 2008 at 22:13:29 +0100, Patryk Zawadzki wrote: >> it's for _matching_ only, not patching itself. > > Now in real life imagine this: > > if foo: > if bar: > asd() > fgh() > > gets changed to: > > if foo: > if bar: > if asd(): > fgh() > > Now imagine fgh is at least 7 lines long. Now imagine: been there, > done that. It breaks Python.
Please attach testcase (original and modified file). -- Tomasz Pala <[EMAIL PROTECTED]> _______________________________________________ pld-devel-en mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-devel-en
