berkerpeksag / astor

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

Print out elif statements #45

Closed refi64 closed 9 years ago

refi64 commented 9 years ago

See https://github.com/hylang/hy/pull/824#issuecomment-121435597 for more info.

pmaupin commented 9 years ago

@kirbyfan64 -- PR #46 adds a working test for elif. Since it's a valid test and this question might come up in the future, we should probably just go ahead and add it to the master branch.

Unless you can add a counter-example test that shows a failure, please close this issue.

Thanks, Pat

refi64 commented 9 years ago

@pmaupin Ah, my bad. Slight brain failure. :O Sorry for the trouble!