New submission from Carl Friedrich Bolz-Tereick <cfb...@gmx.de>:

Something I see beginners make occasionally when defining functions without 
arguments is this:

def f:
    ...

Right now it just gives an "invalid syntax", would be nice to get an "expected 
'('".

I will try to give this a go! Should be a matter of making the '(' token an 
expected one.

----------
messages: 406010
nosy: Carl.Friedrich.Bolz
priority: normal
severity: normal
status: open
title: Parse error improvement forgetting ( after def

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue45764>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to