New submission from Audric <audric.dho...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue35817>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to