[New-bugs-announce] [issue39141] IDLE Clear function returns 256 on Mac OS Catalina

David Turner report at bugs.python.org
Fri Dec 27 13:15:59 EST 2019


New submission from David Turner <twister68 at gmail.com>:

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

----------
messages: 358908
nosy: twister68 at gmail.com
priority: normal
severity: normal
status: open
title: IDLE Clear function returns 256 on Mac OS Catalina
type: behavior
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39141>
_______________________________________


More information about the New-bugs-announce mailing list