[issue40751] command 'elif' does not work

2020-05-24 Thread Terry J. Reedy
Terry J. Reedy added the comment: Beginners should ask on python-list or elsewhere whether something is a bug before posting here. -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker

[issue40751] command 'elif' does not work

2020-05-23 Thread Karthikeyan Singaravelan
New submission from Karthikeyan Singaravelan : You're indenting elif inside if clause. The elif should be of same indentation length like if condition. -- nosy: +xtreak ___ Python tracker ___

[issue40751] command 'elif' does not work

2020-05-23 Thread Jonny Li
Change by Jonny Li : Added file: https://bugs.python.org/file49189/Screen Shot 2020-05-24 at 10.56.10.png ___ Python tracker ___ ___ Python

[issue40751] command 'elif' does not work

2020-05-23 Thread Jonny Li
Change by Jonny Li : -- assignee: terry.reedy components: IDLE files: Screen Shot 2020-05-24 at 10.56.55.png nosy: Jonny Li, terry.reedy priority: normal severity: normal status: open title: command 'elif' does not work type: compile error versions: Python 3.8 Added file: https://bugs.p