This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author John Belmonte
Recipients John Belmonte, eric.smith, jbelmonte, mark.dickinson, serhiy.storchaka, steven.daprano
Date 2021-12-12.23:52:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639353153.33.0.902838834028.issue45995@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2021-12-12 23:52:33John Belmontesetrecipients: + John Belmonte, mark.dickinson, jbelmonte, eric.smith, steven.daprano, serhiy.storchaka
2021-12-12 23:52:33John Belmontesetmessageid: <1639353153.33.0.902838834028.issue45995@roundup.psfhosted.org>
2021-12-12 23:52:33John Belmontelinkissue45995 messages
2021-12-12 23:52:33John Belmontecreate