Message 320440 - Python tracker

Message320440

Author mdk
Recipients mdk, terry.reedy
Date 2018-06-25.20:40:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529959217.21.0.56676864532.issue33960@psf.upfronthosting.co.za>
In-reply-to
Content
Using IDLE REPL, I found confusing the absence of a "secondary prompt" while typing multiline statements, see attached screenshot where the "correctly aligned" code raises a SyntaxError while a strangely unaligned code is given correctly to the interpreter.
History
Date User Action Args
2018-06-25 20:40:17mdksetrecipients: + mdk, terry.reedy
2018-06-25 20:40:17mdksetmessageid: <1529959217.21.0.56676864532.issue33960@psf.upfronthosting.co.za>
2018-06-25 20:40:17mdklinkissue33960 messages
2018-06-25 20:40:17mdkcreate