-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
90% of changes is getting eager results of map(), which is otherwise lazy in Python3 (represented by adhoc "map" object). Beyond that, there're removals of types which are no longer in Python3 (long, unicode), and literally the only noticeable change is to account for different AST structure to encode function parameters.
- Loading branch information
Showing
1 changed file
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters