This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steven.daprano
Recipients serhiy.storchaka, steven.daprano, vstinner
Date 2020-12-16.10:36:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608114971.88.0.19341302238.issue42641@roundup.psfhosted.org>
In-reply-to
Content
> There is also the os.system() function which exposes the libc system() function. Should we deprecate this one as well?

Please don't deprecate os.system. For quick and dirty scripts used in trusted environments with trusted data, it is simple to use, effective and safe enough.
History
Date User Action Args
2020-12-16 10:36:11steven.dapranosetrecipients: + steven.daprano, vstinner, serhiy.storchaka
2020-12-16 10:36:11steven.dapranosetmessageid: <1608114971.88.0.19341302238.issue42641@roundup.psfhosted.org>
2020-12-16 10:36:11steven.dapranolinkissue42641 messages
2020-12-16 10:36:11steven.dapranocreate