whitespace cleanup

Andrea Crotti andrea.crotti.0 at gmail.com
Tue Dec 6 08:00:04 EST 2011


On 12/06/2011 12:17 PM, Pedro Henrique G. Souto wrote:
>
> Something like PythonTidy does what you want?
>
> http://pypi.python.org/pypi/PythonTidy
>
> If you like to write your own script, or if what you want is similar, 
> but not the same, the source code is a good place to start:
>
> http://lacusveris.com/PythonTidy/PythonTidy-1.20.python
>

For wrong space I meant what is not pep8 complaint..
Actually even pep8.py is quite good in finding out these things, but it 
just warns about and doesn't
propose to fix the problems.

PythonTidy is more what I need, using easy_install doesn't work though, 
but the direct link on
the pypi page does..



More information about the Python-list mailing list