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.

classification
Title: Spurious Tab/space error
Type: Stage:
Components: IDLE Versions: Python 2.5
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: kbk Nosy List: kbk, torhu
Priority: normal Keywords:

Created on 2006-09-21 08:29 by torhu, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg29902 - (view) Author: torhu (torhu) Date: 2006-09-21 08:29
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.
msg29903 - (view) Author: torhu (torhu) Date: 2006-09-21 08:30
Logged In: YES 
user_id=1038085

I also had somone on #python confirm this.
msg29904 - (view) Author: Kurt B. Kaiser (kbk) * (Python committer) Date: 2006-10-01 21:19
Logged In: YES 
user_id=149084

see 1562716
History
Date User Action Args
2022-04-11 14:56:20adminsetgithub: 44002
2006-09-21 08:29:02torhucreate