]> granicus.if.org Git - python/commit
Changed the reindenter to strip only trailing spaces and tabs from lines,
authorTim Peters <tim.peters@gmail.com>
Thu, 4 Oct 2001 19:44:10 +0000 (19:44 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 4 Oct 2001 19:44:10 +0000 (19:44 +0000)
commitba001a0b676f640b3a11dea48b2a13d9fc0be746
treedf53a96b8f32b24ad0c27ff88c70f54ef9b5fc72
parent4ec5d5699de7a67dac59a59077ee8d0a777df586
Changed the reindenter to strip only trailing spaces and tabs from lines,
not other control characters string.rstrip() got rid of.  This caters to
the \f thingies Barry likes putting in Python source files.
Tools/scripts/reindent.py