[Python-checkins] r80865 - sandbox/trunk/untabify/untabify.py

antoine.pitrou python-checkins at python.org
Thu May 6 14:06:33 CEST 2010


Author: antoine.pitrou
Date: Thu May  6 14:06:32 2010
New Revision: 80865

Log:
Add a note that the script also removes trailing whitespace



Modified:
   sandbox/trunk/untabify/untabify.py

Modified: sandbox/trunk/untabify/untabify.py
==============================================================================
--- sandbox/trunk/untabify/untabify.py	(original)
+++ sandbox/trunk/untabify/untabify.py	Thu May  6 14:06:32 2010
@@ -10,6 +10,7 @@
 
 Notes:
 
+- this script also removes trailing whitespace on processed files
 - only whitespace is added/removed, therefore compilation can't be
   broken.
 - only run on files really using tab indent; this shouldn't be run on files


More information about the Python-checkins mailing list