Way to go.
Try doing this.
x = MutableNumeric(42)
y = x
x += 42
print y

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to