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 Jim.Jewett
Recipients Jim.Jewett, YoSTEALTH, pablogsal, xtreak
Date 2020-07-27.22:24:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595888654.35.0.985595002522.issue41405@roundup.psfhosted.org>
In-reply-to
Content
Is this a platform where 3.8 was working?

The curses test seems to think you have too many color-pairs defined, and this might well be part of a semi-compatible curses library. I guess I would add some output to the test showing how many (and which) color pairs it thinks there are.

The pwd complaint is correct, but seems like it is complaining about the interface between python and your OS.

The tkinter problem is really a failure to round a floating point, and I would be surprised if python had made changes there recently.  I would be slightly less surprised if something in the compile chain of tk for your system hard-coded a specific rounding format.
History
Date User Action Args
2020-07-27 22:24:14Jim.Jewettsetrecipients: + Jim.Jewett, YoSTEALTH, pablogsal, xtreak
2020-07-27 22:24:14Jim.Jewettsetmessageid: <1595888654.35.0.985595002522.issue41405@roundup.psfhosted.org>
2020-07-27 22:24:14Jim.Jewettlinkissue41405 messages
2020-07-27 22:24:14Jim.Jewettcreate