berkerpeksag / astor

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

Fix Unicode issue #26 for Python 3 files. #77

Closed pmaupin closed 7 years ago

pmaupin commented 7 years ago

This doesn't do anything for Python 2, but I just want to be able to round-trip the stdlibs for now.

pmaupin commented 7 years ago

I think this is OK to merge if it looks good to you, @berkerpeksag

I actually added a test that roundtrips the entire stdlib (which we weren't able to do before because of this bug and because of the Python 2.7 unicode issue), so the really good news is that we now have functional tests in the test directory.