[issue26223] decimal.to_eng_string() does not implement engineering notation in all cases.

Raymond Hettinger report at bugs.python.org
Wed Jan 27 15:33:17 EST 2016


Raymond Hettinger added the comment:

The decimal module strives to exactly follow the spec even when our sensibilities suggest otherwise. Perhaps, we can add a note to the current docs describing the situation.  The API itself is a settled issue, that ship sailed a very long time ago (the problem with a standard library is that it becomes standard that people rely on and is hard to change after the fact without causing issues for users).

----------
assignee:  -> rhettinger
nosy: +facundobatista, mark.dickinson, rhettinger, skrah, tim.peters

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


More information about the Python-bugs-list mailing list