On 12/22/20, David Mertz <me...@gnosis.cx> wrote: > On Tue, Dec 22, 2020 at 10:26 PM Chris Angelico <ros...@gmail.com> 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 -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/PIVBSNSW5T7XTLVSYKM3PBEYUG2ROFMM/ Code of Conduct: http://python.org/psf/codeofconduct/