berkerpeksag / astor

Python AST read/write
https://pypi.org/project/astor/
BSD 3-Clause "New" or "Revised" License
793 stars 101 forks source link

Include parentheses for keyword unpacking when syntactically required #202

Closed Kodiologist closed 2 years ago

Kodiologist commented 2 years ago

Fixes #199.

On my system, with Python 3.9.5, test_convert_stdlib fails on the file /usr/lib/python3.9/xml/dom/minidom.py, but the same failure occurs with master, so it's not my fault.

berkerpeksag commented 2 years ago

Thanks! I'll make a release this week.

Kodiologist commented 2 years ago

Cool, thank you.

Kodiologist commented 2 years ago

@berkerpeksag Is that release still happening?