[issue8257] Decimal constructor to accept float

Raymond Hettinger report at bugs.python.org
Mon Mar 29 19:45:06 CEST 2010


Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:

Éric, there is no place to deprecate Decimal.from_float().  It will be redundant but there is no need to break working code.  Also, it has the nice property of being explicit about what it is doing.


Link to my proposal:
  http://mail.python.org/pipermail/python-dev/2010-March/098699.html

Guido's "If you really want this I won't stop you":
  http://mail.python.org/pipermail/python-dev/2010-March/098701.html

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8257>
_______________________________________


More information about the Python-bugs-list mailing list