Raymond Hettinger <rhettin...@users.sourceforge.net> added the comment:

Arghh!  Decimal is NOT supposed to inherit or register with numbers. 
Guido has pronounced on this and we've discussed it multiple times.  See
the comments in numbers.py which were supposed to serve as a reminder. 
  Decimals are not interoperable with floats.  All instances of Real are
supposed to interoperate but Decimal('1.1') does not add to float(1.1).

Please rip this out of Py3.0's Decimal module.

----------
nosy: +rhettinger
priority:  -> critical

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue4998>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to