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 terry.reedy
Recipients paul.moore, serhiy.storchaka, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2021-04-03.23:04:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617491093.94.0.119391997178.issue43652@roundup.psfhosted.org>
In-reply-to
Content
The upgrade to 8.6.10 broke a Scale test.  The fix for that in #41306
  conv = False if get_tk_patchlevel() >= (8, 6, 10) else float_round
should still work unless there was a further Scale change.
History
Date User Action Args
2021-04-03 23:04:53terry.reedysetrecipients: + terry.reedy, paul.moore, tim.golden, zach.ware, serhiy.storchaka, steve.dower
2021-04-03 23:04:53terry.reedysetmessageid: <1617491093.94.0.119391997178.issue43652@roundup.psfhosted.org>
2021-04-03 23:04:53terry.reedylinkissue43652 messages
2021-04-03 23:04:53terry.reedycreate