[New-bugs-announce] [issue35817] IDLE 2.713 on debian 9.6 over WSL W10 IdentationError

Audric report at bugs.python.org
Thu Jan 24 06:04:12 EST 2019


New submission from Audric <audric.dhoest at protonmail.com>:

Hello,

The screenshot attached is a clear repro.

Environment:
Surface Pro 3 Win 10 1803 Python 2.7.14
WSL Debian 9.6 with Python 2.7.13

Code:
>>elements = []
>>for i in range(0, 6):
>>...elements.append(i)

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

Working:
>>print elements
>>[0, 1, 2, 3, 4, 5]

Non working:
  File "<stdin>", line 2
    elements.append(i)
           ^
IndentationError: expected an indented block

----------
assignee: terry.reedy
components: IDLE
files: py27debian9wslw10indentationerror.PNG
messages: 334293
nosy: audricd, terry.reedy
priority: normal
severity: normal
status: open
title: IDLE 2.713 on debian 9.6 over WSL W10 IdentationError
type: behavior
versions: Python 2.7
Added file: https://bugs.python.org/file48076/py27debian9wslw10indentationerror.PNG

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35817>
_______________________________________


More information about the New-bugs-announce mailing list