diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2010-06-29 10:01:48 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2010-06-29 10:01:48 (GMT) |
commit | 8042e2819227af0653f4e5b172a3bd372dde4a92 (patch) | |
tree | 368d38189c1e254883be9bd3bb4379f95785369d /Demo/distutils | |
parent | 3eb0290346199a850bc0b001c3e15ea75fdfff8f (diff) | |
download | cpython-8042e2819227af0653f4e5b172a3bd372dde4a92.zip cpython-8042e2819227af0653f4e5b172a3bd372dde4a92.tar.gz cpython-8042e2819227af0653f4e5b172a3bd372dde4a92.tar.bz2 |
More unparse.py fixes:
- parenthesize lambdas, to avoid turning (lambda : int)() into lambda: int()
- unparse an infinite float literals in the AST as an overflowing finite value
unparse.py now successfully round-trips on all valid Lib/*.py and Lib/test/*.py files.
Diffstat (limited to 'Demo/distutils')
0 files changed, 0 insertions, 0 deletions