]> granicus.if.org Git - python/commit
Fix the superficial augmented-assignment tests to deal with true division.
authorThomas Wouters <thomas@python.org>
Sat, 15 Apr 2006 09:10:43 +0000 (09:10 +0000)
committerThomas Wouters <thomas@python.org>
Sat, 15 Apr 2006 09:10:43 +0000 (09:10 +0000)
commit34729030a741bcbc469ce0e796182f85405a9b3d
tree933e302b5f7aa87b55c1b35b7006a3e2948b9e7c
parent8690c4ed3fa1f1889459249c7e50e11c2052b340
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
Lib/test/output/test_augassign
Lib/test/test_augassign.py