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 Dora
Recipients Dora, terry.reedy
Date 2020-05-21.08:24:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590049473.67.0.399522303843.issue40708@roundup.psfhosted.org>
In-reply-to
Content
Clearing the screen of IDLE interactive mode using the following code:
import os
os.system("cls")
It doesn't clear the screen in Windows
History
Date User Action Args
2020-05-21 08:24:33Dorasetrecipients: + Dora, terry.reedy
2020-05-21 08:24:33Dorasetmessageid: <1590049473.67.0.399522303843.issue40708@roundup.psfhosted.org>
2020-05-21 08:24:33Doralinkissue40708 messages
2020-05-21 08:24:33Doracreate