Message 234372 - Python tracker (original) (raw)
Yup, that's it. So two problems down:
It has yet to be updated to the most recent Python version It features a now redundant replacement for "yield from" which should be removed
I'm working on:
It also loses support for calling function with keyword arguments before positional arguments, which is an unnecessary backwards-incompatible change.
I'm waiting on some feedback from python-ideas to make sure I know what should be allowed post PEP448.