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.

classification
Title: make colon optional
Type: enhancement Stage:
Components: Interpreter Core Versions:
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: Nosy List: cvogtaz, georg.brandl
Priority: normal Keywords:

Created on 2007-06-19 11:55 by cvogtaz, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg55142 - (view) Author: Chris (cvogtaz) Date: 2007-06-19 11:55
Make colon optional after 

class Abcd:
def xyz():
if n=m:
...
etc.

P.S. Wonder why I did not find this FR already
msg55143 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-06-19 12:27
This was pondered a long time ago, and usability surveys showed that
the colon adds quite a lot in terms of readability, so it will stay.

Marking as Rejected.
History
Date User Action Args
2022-04-11 14:56:25adminsetgithub: 45110
2007-06-19 11:55:13cvogtazcreate