commit | 34729030a741bcbc469ce0e796182f85405a9b3d | [log] [tgz] |
---|---|---|
author | Thomas Wouters <thomas@python.org> | Sat Apr 15 09:10:43 2006 +0000 |
committer | Thomas Wouters <thomas@python.org> | Sat Apr 15 09:10:43 2006 +0000 |
tree | 933e302b5f7aa87b55c1b35b7006a3e2948b9e7c | |
parent | 8690c4ed3fa1f1889459249c7e50e11c2052b340 [diff] |
Fix the superficial augmented-assignment tests to deal with true division. Add (equally superficial) >>=/<<= test in the process. Relies on floats that should be extremely close to the int '6' printing as '6.0', but I believe that's a valid assumption ;P