Added numeric object support. This means that wrapped numeric objects
should behave properly. Comparison should now work correctly for wrapped objects, even when compared with unwrapped objects. Note that when a comparison or numeric operator is a Python method or is interited from a data-less base class, then a wrapped object is passed to the operator and acquisition may be used.
Showing
Please register or sign in to comment