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 dd789
Recipients dd789, ned.deily, terry.reedy
Date 2020-03-10.23:21:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583882497.95.0.529389805724.issue39927@roundup.psfhosted.org>
In-reply-to
Content
Thanks @ned.deily

That did not work.
>>> python3.8 -m idlelib
  File "<stdin>", line 1
    python3.8 -m idlelib
           ^
SyntaxError: invalid syntax

Also see this error on the system log
>>> python3.8 -m idlelib
  File "<stdin>", line 1
    python3.8 -m idlelib
           ^
SyntaxError: invalid syntax
History
Date User Action Args
2020-03-10 23:21:37dd789setrecipients: + dd789, terry.reedy, ned.deily
2020-03-10 23:21:37dd789setmessageid: <1583882497.95.0.529389805724.issue39927@roundup.psfhosted.org>
2020-03-10 23:21:37dd789linkissue39927 messages
2020-03-10 23:21:37dd789create