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 <rep...@bugs.python.org>
<http://bugs.python.org/issue24226>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to