Message141325
It appears this breaks "make patchcheck" in trunk:
./python ./Tools/scripts/patchcheck.py
Getting the list of files that have been added/changed ... 5 files
Fixing whitespace ... Traceback (most recent call last):
File "./Tools/scripts/patchcheck.py", line 147, in <module>
main()
File "./Tools/scripts/patchcheck.py", line 129, in main
normalize_whitespace(python_files)
File "./Tools/scripts/patchcheck.py", line 22, in call_fxn
result = fxn(*args, **kwargs)
File "./Tools/scripts/patchcheck.py", line 66, in normalize_whitespace
fixed = [path for path in file_paths if path.endswith('.py') and
File "./Tools/scripts/patchcheck.py", line 67, in <listcomp>
reindent.check(path)]
File "/home/eliben/python-src/33/Tools/scripts/reindent.py", line 129, in check
newline = spec_newline if spec_newline else r.newlines
NameError: global name 'spec_newline' is not defined
make: *** [patchcheck] Error 1 |
|
Date |
User |
Action |
Args |
2011-07-29 03:55:44 | eli.bendersky | set | recipients:
+ eli.bendersky, jaraco, orsenthil, eric.araujo, python-dev |
2011-07-29 03:55:44 | eli.bendersky | set | messageid: <1311911744.44.0.377829275418.issue10639@psf.upfronthosting.co.za> |
2011-07-29 03:55:43 | eli.bendersky | link | issue10639 messages |
2011-07-29 03:55:42 | eli.bendersky | create | |
|