[New-bugs-announce] [issue24226] [3.5 Regression] unable to byte-compile the attached IN.py

Matthias Klose report at bugs.python.org
Mon May 18 14:32:32 CEST 2015


New submission from Matthias Klose:

seen while byte-compiling the attached IN.py on x86_64-linux-gnu.

$ python3.5 -m py_compile IN.py 
Sorry: IndentationError: too many levels of indentation (IN.py, line 806)

the very same IN.py is accepted by 3.4.

----------
components: Library (Lib)
messages: 243472
nosy: doko
priority: normal
severity: normal
status: open
title: [3.5 Regression] unable to byte-compile the attached IN.py
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24226>
_______________________________________


More information about the New-bugs-announce mailing list