John Belmonte <j...@neggie.net> added the comment:

potential short-term solution for Decimal:

  if negative zero option is set and sign is negative:
      pre-round into a temp using mpd_qrescale()
      if mpd_iszero(temp):
          change sign to positive

----------

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

Reply via email to