cpython/Misc/NEWS.d/next/Library/2024-06-19-15-43-04.gh-issu...

4 lines
230 B
ReStructuredText

:term:`Soft deprecate <soft deprecated>` :func:`os.popen` and :func:`os.spawn*
<os.spawnl>` functions. They should no longer be used to write new code. The
:mod:`subprocess` module is recommended instead. Patch by Victor Stinner.