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 [email protected]
Recipients [email protected]
Date 2019-12-27.18:15:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Trying to set up shortcut function to clear screen but its not working as expected on my Mac OS Catalina -- below is txt from idle



import os
>>> cls= lambda: os.system('clear')
>>> cls()
256
History
Date User Action Args
2019-12-27 18:15:59[email protected]setrecipients: + [email protected]
2019-12-27 18:15:59[email protected]setmessageid: <[email protected]>
2019-12-27 18:15:59[email protected]linkissue39141 messages
2019-12-27 18:15:59[email protected]create