siggi schrieb:
> Hi all,
> 
> as a newbie I have problems with formatting code of downloaded programs,
> because IDLE's reformatting capabilities are limited . Incorrect
> indentation, mixing of TAB with BLANKs or eol are often very nasty to
> correct.
> Is there a simple code formatter that first removes all indentations and
> then refomats correctly?
> 
> Please help!


Tools\scripts\reindent.py in your Python distribution.

Thomas
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to