Harish Kotian wrote: > > Hello folks > I am a blind programmer. The problem I am having with python is that it > is indendation sensitive. > Would someone volunteer to write a code which will do indentation > probably using regular expression.
check Tools/scripts/pindent.py in your python installation. HTH Niki Spahiev _______________________________________________ Python-win32 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-win32
