2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-26 18:52:26 +00:00

Some more testing for numerics support

[SVN r7987]
This commit is contained in:
Dave Abrahams
2000-10-18 04:21:57 +00:00
parent 920fa98935
commit 7927a40ad7

View File

@@ -275,6 +275,10 @@ Numeric tests:
1/6
>>> print x / y
8/3
>>> print x + 1 # testing coercion
5/3
>>> print 1 + x # coercion the other way
5/3
delete non-existent attribute:
del m.foobar