]> granicus.if.org Git - python/commit
Add parentheses around numeric literals, to avoid turning 3 .bit_length() into 3...
authorMark Dickinson <dickinsm@gmail.com>
Tue, 29 Jun 2010 08:52:36 +0000 (08:52 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Tue, 29 Jun 2010 08:52:36 +0000 (08:52 +0000)
commit3eb0290346199a850bc0b001c3e15ea75fdfff8f
tree61b3003af77780f910785a0108fabff3f6747b2e
parent82c8d93357016d81b051f50d394bce028576967f
Add parentheses around numeric literals, to avoid turning 3 .bit_length() into 3.bit_length().
Demo/parser/test_unparse.py
Demo/parser/unparse.py