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 xtreak
Recipients Jonny Li, terry.reedy, xtreak
Date 2020-05-24.03:14:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590290094.63.0.814670134677.issue40751@roundup.psfhosted.org>
In-reply-to
Content
You're indenting elif inside if clause. The elif should be of same indentation length like if condition.
History
Date User Action Args
2020-05-24 03:14:54xtreaksetrecipients: + xtreak, terry.reedy, Jonny Li
2020-05-24 03:14:54xtreaksetmessageid: <1590290094.63.0.814670134677.issue40751@roundup.psfhosted.org>
2020-05-24 03:14:54xtreaklinkissue40751 messages
2020-05-24 03:14:54xtreakcreate