[Python-Dev] whitespace normalization (original) (raw)
Neal Norwitz nnorwitz at gmail.com
Wed Apr 25 08:52:55 CEST 2007
- Previous message: [Python-Dev] Summaries and the New Lists
- Next message: [Python-Dev] whitespace normalization
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I just checked in a whitespace normalization change that was way too big. Should this task be automated?
Assuming the answer is yes, these are the questions should be answered:
- Which branches should this occur on: trunk, 2.5 (last release), 3k
- Should there be a special user for these checkins
- How often should this be done
- Are there any other tasks that can be automated
My preferences are:
- all active branches (ie, trunk and currently 2.5 and p3yk)
- Yes, there should be a special user
- Once per week
- Not that I know of
The way to fix the files is to run: python ./Tools/scripts/reindent.py -r Lib At least that's what I did. Hopefully I didn't screw anything up. :-)
n
- Previous message: [Python-Dev] Summaries and the New Lists
- Next message: [Python-Dev] whitespace normalization
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]