Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

If you write a flexible Text ui program, you should use functions provided by a 
text ui library which you use to clear the screen or a part of screen.

If you want to call an external command, use os.system(), os.popen() or more 
flexible subprocess module. But I do not think it will help with Text UI.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43432>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to