[New-bugs-announce] [issue43432] Add function `clear` to the `os` module

parsa mpsh report at bugs.python.org
Mon Mar 8 07:05:40 EST 2021


New submission from parsa mpsh <parsampsh at gmail.com>:

I wanna add a new function named `clear` to the os module.
This function runs the `clear` command in the os.
but this function checks that is os windows, if yes, runs `cls`.
I'm working on my patch.

----------
components: Library (Lib)
messages: 388262
nosy: parsampsh
priority: normal
severity: normal
status: open
title: Add function `clear` to the `os` module
type: enhancement
versions: Python 3.10

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


More information about the New-bugs-announce mailing list