[python-win32] Wrong string indentation in PyWin
Janez Jere
janez.jere at void.si
Fri Nov 25 09:47:56 CET 2005
Starting with python 2.4.2 and pywin32 205, opening file with multiline
comment, where at least two lines are "not correctly indented" causes
huge traceback in Pythonwin.exe
Example of ill string:
"""
- a
- b
"""
I am not 100% sure, but problem might be in python's tokenize.py, so I
am asking, that someone more competent helps to clear the bug.
Janez
More information about the Python-win32
mailing list