<div dir="ltr">The os module is by definition special.  It exposes libc and platform APIs.  That there are Python modules that provide similar functionality, often surpassing it and sometimes being built on top of it, is intentional.  Random quotes from the Zen don't win arguments.  Although practicality beats purity.  :P<div><br></div><div>os.system isn't going away.  That'd be unnecessarily disruptive.</div><div><br></div><div>-gps</div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Oct 24, 2018 at 1:29 PM Steven D'Aprano <<a href="mailto:steve@pearwood.info">steve@pearwood.info</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Wed, Oct 24, 2018 at 09:34:34AM -0400, Calvin Spealman wrote:<br>
<br>
> Simply put, there is no valid use case for os.system over subprocess <br>
<br>
That is simply not true. That's your opinion, masquerading as a fact, <br>
and made in the face of Steve Dower's description of at least one <br>
appropriate use of os.system.<br>
<br>
If you depreciate and then remove os.system, all you will do is force <br>
people to re-invent it, badly and inefficiently.<br>
<br>
<br>
> by remaining it must be considered redundant.<br>
<br>
And neither is that.<br>
<br>
os.system is not redundant, as its purpose is different from that of <br>
subprocess.<br>
<br>
<br>
<br>
-- <br>
Steve<br>
_______________________________________________<br>
Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org" target="_blank">Python-Dev@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-dev" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="https://mail.python.org/mailman/options/python-dev/greg%40krypto.org" rel="noreferrer" target="_blank">https://mail.python.org/mailman/options/python-dev/greg%40krypto.org</a><br>
</blockquote></div>