Bugs item #1562719, was opened at 2006-09-21 10:29 Message generated for change (Settings changed) made by torhu You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1562719&group_id=5470
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: IDLE >Group: Python 2.5 Status: Open Resolution: None Priority: 5 Submitted By: torhu (torhu) Assigned to: Nobody/Anonymous (nobody) Summary: Spurious Tab/space error Initial Comment: 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1562719&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com