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 Sanmitha Sadhishkumar
Recipients Sanmitha Sadhishkumar, terry.reedy
Date 2020-05-21.09:48:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590054494.61.0.0457107186988.issue40711@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. Actually these two statements have no effect at all.
History
Date User Action Args
2020-05-21 09:48:14Sanmitha Sadhishkumarsetrecipients: + Sanmitha Sadhishkumar, terry.reedy
2020-05-21 09:48:14Sanmitha Sadhishkumarsetmessageid: <1590054494.61.0.0457107186988.issue40711@roundup.psfhosted.org>
2020-05-21 09:48:14Sanmitha Sadhishkumarlinkissue40711 messages
2020-05-21 09:48:14Sanmitha Sadhishkumarcreate