Pretty Printing Like Tidy for HTML

David dwarnold45 at suddenlink.net
Sat Jul 7 14:35:40 EDT 2007


All,

Is there a pretty printing utility for Python, something like Tidy for
HTML?

That will change:

        xp=self.uleft[0]+percentx*(self.xwidth)

To:

        xp = self.uleft[0] + percentx * (self.xwidth)

And other formatting issues.




More information about the Python-list mailing list