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 parsampsh
Recipients eryksun, parsampsh
Date 2021-03-08.18:01:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615226512.08.0.864226253044.issue43432@roundup.psfhosted.org>
In-reply-to
Content
Well, some times we are writing a flexible Text ui program. we may use `clear` lot of times. This should be used when we haven't any valuable data on the screen. Also, who that uses this function, knows this will clear valuable data :). Sometimes also i use this command. but every time a should check that is this operation windows or not, to determine `clear` or `cls`. I think this is very helpful for making this easier.
The best feature of Python is its simplicity and power. More helper functions to make the code shorter and knowable, is a good thing for Python. Also about the Windows API instead of `cls`, i don't know more thing. But i think its not a big problem and `cls` works.
History
Date User Action Args
2021-03-08 18:01:52parsampshsetrecipients: + parsampsh, eryksun
2021-03-08 18:01:52parsampshsetmessageid: <1615226512.08.0.864226253044.issue43432@roundup.psfhosted.org>
2021-03-08 18:01:52parsampshlinkissue43432 messages
2021-03-08 18:01:51parsampshcreate