[pywin32-bugs] [ pywin32-Bugs-1984147 ] Bogus indentation errors
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2008-06-04 07:03:06
|
Bugs item #1984147, was opened at 2008-06-03 23:45 Message generated for change (Comment added) made by hsmyers You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1984147&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Hugh S. Myers (hsmyers) Assigned to: Nobody/Anonymous (nobody) Summary: Bogus indentation errors Initial Comment: PythonWin under some circumstances is unable to handle multi line docstrings. Yet when they are removed(the offending docstring), there remain bogus indent errors. This further seems to corrupt the file, as apon reload or restart and load, bogus error is still there. ---------------------------------------------------------------------- >Comment By: Hugh S. Myers (hsmyers) Date: 2008-06-04 00:03 Message: Logged In: YES user_id=281969 Originator: YES After some research the bogus errors can be made to go away by block de-indenting and then re-indenting. Is this the problem fixed with a newer version of autoindent.py? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1984147&group_id=78018 |