[ python-Bugs-1562719 ] Spurious Tab/space error

SourceForge.net noreply at sourceforge.net
Sun Oct 1 23:19:23 CEST 2006


Bugs item #1562719, was opened at 2006-09-21 04:29
Message generated for change (Comment added) made by kbk
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: Closed
>Resolution: Duplicate
Priority: 5
Submitted By: torhu (torhu)
>Assigned to: Kurt B. Kaiser (kbk)
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.

----------------------------------------------------------------------

>Comment By: Kurt B. Kaiser (kbk)
Date: 2006-10-01 17:19

Message:
Logged In: YES 
user_id=149084

see 1562716

----------------------------------------------------------------------

Comment By: torhu (torhu)
Date: 2006-09-21 04:30

Message:
Logged In: YES 
user_id=1038085

I also had somone on #python confirm this.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1562719&group_id=5470


More information about the Python-bugs-list mailing list