Documentation
the documentation for the os module does not report on the deprecation of os.system, it is documented at the subprocess module and reported by type checkers.
The docs describe os.system as soft-deprecated in prose, but it is not formally marked as soft deprecated.
Documentation
the documentation for the
osmodule does not report on the deprecation ofos.system, it is documented at thesubprocessmodule and reported by type checkers.The docs describe
os.systemas soft-deprecated in prose, but it is not formally marked as soft deprecated.