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 twister68@gmail.com
Recipients twister68@gmail.com
Date 2019-12-27.18:15:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1577470559.68.0.805755696987.issue39141@roundup.psfhosted.org>
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:59twister68@gmail.comsetrecipients: + twister68@gmail.com
2019-12-27 18:15:59twister68@gmail.comsetmessageid: <1577470559.68.0.805755696987.issue39141@roundup.psfhosted.org>
2019-12-27 18:15:59twister68@gmail.comlinkissue39141 messages
2019-12-27 18:15:59twister68@gmail.comcreate