uwmisl / poretitioner

https://misl.cs.washington.edu
Other
3 stars 1 forks source link

Migrate to Python 3 #1

Closed thequicksort closed 4 years ago

thequicksort commented 4 years ago

Migrate some of the Python 2 semantics to Python 3. Most notably, converting "print foo" to "print(foo)" (print as function).