Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spurious Tab/space error #44002

Closed
torhu mannequin opened this issue Sep 21, 2006 · 3 comments
Closed

Spurious Tab/space error #44002

torhu mannequin opened this issue Sep 21, 2006 · 3 comments
Assignees

Comments

@torhu
Copy link
Mannequin

torhu mannequin commented Sep 21, 2006

BPO 1562719
Nosy @kbkaiser

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/kbkaiser'
closed_at = <Date 2006-10-01.21:19:23.000>
created_at = <Date 2006-09-21.08:29:02.000>
labels = ['expert-IDLE']
title = 'Spurious Tab/space error'
updated_at = <Date 2006-10-01.21:19:23.000>
user = 'https://bugs.python.org/torhu'

bugs.python.org fields:

activity = <Date 2006-10-01.21:19:23.000>
actor = 'kbk'
assignee = 'kbk'
closed = True
closed_date = None
closer = None
components = ['IDLE']
creation = <Date 2006-09-21.08:29:02.000>
creator = 'torhu'
dependencies = []
files = []
hgrepos = []
issue_num = 1562719
keywords = []
message_count = 3.0
messages = ['29902', '29903', '29904']
nosy_count = 2.0
nosy_names = ['kbk', 'torhu']
pr_nums = []
priority = 'normal'
resolution = 'duplicate'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1562719'
versions = ['Python 2.5']

@torhu
Copy link
Mannequin Author

torhu mannequin commented Sep 21, 2006

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.

@torhu torhu mannequin closed this as completed Sep 21, 2006
@torhu torhu mannequin assigned kbkaiser Sep 21, 2006
@torhu torhu mannequin added the topic-IDLE label Sep 21, 2006
@torhu torhu mannequin closed this as completed Sep 21, 2006
@torhu torhu mannequin assigned kbkaiser Sep 21, 2006
@torhu torhu mannequin added the topic-IDLE label Sep 21, 2006
@torhu
Copy link
Mannequin Author

torhu mannequin commented Sep 21, 2006

Logged In: YES
user_id=1038085

I also had somone on #python confirm this.

@kbkaiser
Copy link
Contributor

kbkaiser commented Oct 1, 2006

Logged In: YES
user_id=149084

see 1562716

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant