This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eli.bendersky
Recipients eli.bendersky, eric.araujo, jaraco, orsenthil, python-dev
Date 2011-07-29.03:55:42
SpamBayes Score 4.684268e-09
Marked as misclassified No
Message-id <1311911744.44.0.377829275418.issue10639@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2011-07-29 03:55:44eli.benderskysetrecipients: + eli.bendersky, jaraco, orsenthil, eric.araujo, python-dev
2011-07-29 03:55:44eli.benderskysetmessageid: <1311911744.44.0.377829275418.issue10639@psf.upfronthosting.co.za>
2011-07-29 03:55:43eli.benderskylinkissue10639 messages
2011-07-29 03:55:42eli.benderskycreate