Message 408413 - Python tracker
Message408413
| 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:33 | John Belmonte | set | recipients: + John Belmonte, mark.dickinson, jbelmonte, eric.smith, steven.daprano, serhiy.storchaka |
| 2021-12-12 23:52:33 | John Belmonte | set | messageid: <1639353153.33.0.902838834028.issue45995@roundup.psfhosted.org> |
| 2021-12-12 23:52:33 | John Belmonte | link | issue45995 messages |
| 2021-12-12 23:52:33 | John Belmonte | create | |