nucleic / enaml

Declarative User Interfaces for Python
http://enaml.readthedocs.io/en/latest/
Other
1.53k stars 130 forks source link

Add support for missing Python 3.8 features #422

Closed MatthieuDartiailh closed 4 years ago

MatthieuDartiailh commented 4 years ago

This covers the walrus operator := and the use of * in return and yield

MatthieuDartiailh commented 4 years ago

Closes #362