I'm really open to discuss how we can achieve this feature with clearer syntax
than the first proposed version. If any of you have more ideas please share :)
@EricVSmith I didn't thought it through about the syntax with the `*` character
but your case is well covered:
```
self.do_something(
positional,
keyword1=somethingelse,
*,
keyword,
keyword2,
)
```
Rodrigo Martins de Oliveira
_______________________________________________
Python-ideas mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at
https://mail.python.org/archives/list/[email protected]/message/SL3LRPX7EETL3DFNPZ6CE3YSWUSVIHQO/
Code of Conduct: http://python.org/psf/codeofconduct/