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 torhu
Recipients
Date 2006-09-21.08:29:02
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
IDLE 1.2, Py 2.5 on WinXP SP2.

The extra parenthesis on the second line triggers a
warning message box:

"Tab/space error"
"Error: Inconsistent indentation detected!"
Etc.


for i in range(10):
        a = list("123"))
x = 5

The second line is indented with 8 spaces.

Can't recall this happening in the IDLE version bundled
with py2.4.
History
Date User Action Args
2007-08-23 14:42:51adminlinkissue1562719 messages
2007-08-23 14:42:51admincreate