diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-08-29 17:50:27 (GMT) |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-08-29 17:50:27 (GMT) |
commit | 4de8df92e93ef2dd08064f6b8ebea59738f189c5 (patch) | |
tree | 000a4bc43f44427efdf5922b8e990b6551638dc3 /Lib/test/output | |
parent | da8db8ca186ab8a811b44b90816b57b6f20caa61 (diff) | |
download | cpython-4de8df92e93ef2dd08064f6b8ebea59738f189c5.zip cpython-4de8df92e93ef2dd08064f6b8ebea59738f189c5.tar.gz cpython-4de8df92e93ef2dd08064f6b8ebea59738f189c5.tar.bz2 |
Add tests for augmented floor division
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_augassign | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/test/output/test_augassign b/Lib/test/output/test_augassign index ceffd59..2a461f6 100644 --- a/Lib/test/output/test_augassign +++ b/Lib/test/output/test_augassign @@ -25,6 +25,9 @@ __imul__ called __div__ called __rdiv__ called __idiv__ called +__floordiv__ called +__rfloordiv__ called +__ifloordiv__ called __mod__ called __rmod__ called __imod__ called |