Message 375319 - Python tracker

Message375319

Author terry.reedy
Recipients epaine, lpoorna357, terry.reedy
Date 2020-08-13.17:13:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597338798.39.0.224097658175.issue41537@roundup.psfhosted.org>
In-reply-to
Content
A copy of what I wrote elsewhere.

There are two possible reasons in 3.8.4 and 3.9.0b4 - non-ascii
characters and files created outside of IDLE.  Non-ascii chars was fixed
in 3.8.5 and 3.9.0b5.  Files created outside of IDLE work in 3.8.6, due
in September and 3.9.0rc1, released today.  If you do not need 3rd party
modules, use the latter.  If you do, create new files within IDLE with
File=> New.
History
Date User Action Args
2020-08-13 17:13:18terry.reedysetrecipients: + terry.reedy, epaine, lpoorna357
2020-08-13 17:13:18terry.reedysetmessageid: <1597338798.39.0.224097658175.issue41537@roundup.psfhosted.org>
2020-08-13 17:13:18terry.reedylinkissue41537 messages
2020-08-13 17:13:18terry.reedycreate