Pretty Printing Like Tidy for HTML

Daniel no at no.no
Sat Jul 7 15:36:36 EDT 2007


On Sat, 07 Jul 2007 21:35:40 +0300, David <dwarnold45 at suddenlink.net>  
wrote:

>
> 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.
>

Why not just write python as it should be written?

-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/



More information about the Python-list mailing list