This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author doko
Recipients doko
Date 2015-05-18.12:32:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431952352.93.0.488762661749.issue24226@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-05-18 12:32:32dokosetrecipients: + doko
2015-05-18 12:32:32dokosetmessageid: <1431952352.93.0.488762661749.issue24226@psf.upfronthosting.co.za>
2015-05-18 12:32:32dokolinkissue24226 messages
2015-05-18 12:32:32dokocreate