On 8/4/06, Jorge Vargas <[EMAIL PROTECTED]> wrote: > On 8/4/06, Javier Rojas <[EMAIL PROTECTED]> wrote: > > all editors that respect themself have tabs to spaces conversion, and the > python interpreter comes with a newline converter script. and if your > talking about 80 char long calls then that code maybe needs to be break into > 2 or more lines.
Yes. A 'code beautifier' or pretty-printer is a program that does all of the above (and more), automatically. -- Tim Lesher <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

