[Python-checkins] CVS: python/dist/src/Tools/scripts tabnanny.py

Guido van Rossum guido@cnri.reston.va.us
Fri, 30 Jul 1999 13:48:20 -0400 (EDT)


Update of /projects/cvsroot/python/dist/src/Tools/scripts
In directory eric:/projects/python/develop/guido/src/Tools/scripts

Modified Files:
	tabnanny.py 
Log Message:
Mark Hammond writes:

"""
If the filename being complained about contains a space, enclose the
file-name in quotes.

The reason is simply that when I try and parse tabnanny's output, filenames
with spaces make it very difficult to determine where the filename stops
and the linenumber begins!
"""

Tim approves.

I slightly changed the patch (use 'in' instead of string.find()) and
arbitrarily bumped the __version__ variable up to 6.