]> granicus.if.org Git - python/commit
LeftShift & RightShift: fix reprs, change attr names to left and right
authorJeremy Hylton <jeremy@alum.mit.edu>
Mon, 14 Feb 2000 21:32:42 +0000 (21:32 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Mon, 14 Feb 2000 21:32:42 +0000 (21:32 +0000)
commit17988d2a175dbf9acade5588a36913c96b591a17
treefcf64c2020aee72726ce0e4edc60689daae89e7a
parentb217687a6cb8f81db5040ccc6b5f1b25a6994c3a
LeftShift & RightShift: fix reprs, change attr names to left and right
(so they are common with other binary ops)
Lib/compiler/ast.py
Tools/compiler/compiler/ast.py