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 -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/SL3LRPX7EETL3DFNPZ6CE3YSWUSVIHQO/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to