SIGN IN SIGN UP

* Fix decimal's handling of foreign types. Now returns NotImplemented

instead of raising a TypeError.  Allows other types to successfully
  implement __radd__() style methods.
* Remove future division import from test suite.
* Remove test suite's shadowing of __builtin__.dir().
R
Raymond Hettinger committed
267b868f23a85c6a63a06452c85487355cf9ab8a
Parent: e6c470f