On 12/22/20, David Mertz <[email protected]> wrote: > On Tue, Dec 22, 2020 at 10:26 PM Chris Angelico <[email protected]> wrote: > > I'm not sure about Windows. Is 'cls' built into the command-line executable > itself (like Busybox) or is it an exe?
CLS is an internal command of the CMD shell. An internal command takes precedence as long as the executed name is unquoted and has no extension. My concern with cls/clear is that they clear the scrollback. Is that what most people want from a clear_screen() function? _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/PIVBSNSW5T7XTLVSYKM3PBEYUG2ROFMM/ Code of Conduct: http://python.org/psf/codeofconduct/
