id summary reporter owner description type status priority milestone component version severity resolution keywords cc branch changelog apichanges internalchanges 11482 Cleanup whitespace in source code Ryan J Ollos Ryan J Ollos "I've seen that there has been a whitespace cleanup in the source code previously in [11490] and [11493]. When I ran [http://svn.python.org/projects/python/trunk/Tools/scripts/reindent.py reindent.py] on the source directory it found a few additional lines to cleanup. The only significant issues were 2, 3 and 5 space indentation. I'll post the changes here for review before committing. Perhaps we could add this step to a release checklist? {{{#!sh /usr/share/doc/python2.6/examples/Tools/scripts/reindent.py -r -n . }}} It seems better to run this separately on the 1.0-stable branch and trunk, but let me know if you feel differently." task closed normal 1.0.2 general normal fixed Fixed indentation and trimmed whitespace using `reindent.py`.