Update Demo/parser/unparse.py to current Python 3.x syntax. Additions:
- relative imports - keyword-only arguments - function annotations - class decorators - raise ... from ... - except ... as ... - nonlocal - bytes literals - set literals - set comprehensions - dict comprehensions Removals: - print statement. Some of this should be backported to 2.x.
M
Mark Dickinson committed
fa2e4e9d046a9554bc201a0d5a1f7ef739c82bd3
Parent: f5451e5