21 Aug
2003
21 Aug
'03
12:25 a.m.
hi, i attached a simple example that shows the following behavior: $ python Python 2.2.3+ (#1, Aug 10 2003, 10:11:23) [GCC 3.3.1 (Debian)] on linux2 Type "help", "copyright", "credits" or "license" for more information.
import test a=test.A() a.f(3) double a.f(3.8) double a.f(int(3)) double
$
well, doesn't it look weird? any idea on how i can get the correct c++ method called? cheers dom -----[ Domenico Andreoli, aka cavok --[ http://filibusta.crema.unimi.it/~cavok/gpgkey.asc ---[ 3A0F 2F80 F79C 678A 8936 4FEE 0677 9033 A20E BC50 [Non-text portions of this message have been removed]