diff options
Diffstat (limited to 'Lib/test/output/test_class')
-rw-r--r-- | Lib/test/output/test_class | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/output/test_class b/Lib/test/output/test_class index f3dc490..f6ba475 100644 --- a/Lib/test/output/test_class +++ b/Lib/test/output/test_class @@ -44,7 +44,7 @@ __neg__: () __pos__: () __abs__: () __int__: () -__long__: () +__int__: () __float__: () __oct__: () __hex__: () |