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