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 rhettinger
Recipients rhettinger, veganaiZe
Date 2020-10-12.03:53:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602474800.5.0.269833909474.issue42007@roundup.psfhosted.org>
In-reply-to
Content
Sorry, I don't think this proposal has a chance.  

Python doesn't require statement terminators like ";" in C.  Accordingly, it needs to have a clean and consistent rule to close a statement.  The rule that has worked well for us it that a statement is terminated by a newline unless there is a line continuation character, or a colon to begin a new suite, or an open expression delimiter (parenthesis, square bracket or curly brace). 

Adding a special case exception to the rule might look nice but would complicate learning the language, and it would complicate the implementation as well.
History
Date User Action Args
2020-10-12 03:53:20rhettingersetrecipients: + rhettinger, veganaiZe
2020-10-12 03:53:20rhettingersetmessageid: <1602474800.5.0.269833909474.issue42007@roundup.psfhosted.org>
2020-10-12 03:53:20rhettingerlinkissue42007 messages
2020-10-12 03:53:20rhettingercreate