]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-120743: Soft deprecate os.popen() function (#120744)
authorVictor Stinner <vstinner@python.org>
Mon, 1 Jul 2024 16:27:50 +0000 (18:27 +0200)
committerGitHub <noreply@github.com>
Mon, 1 Jul 2024 16:27:50 +0000 (18:27 +0200)
commitd44c550f7ebee7d33785142e6031a4621cf21573
treeb6f17dc6822b5f732fa0f23c0124832b9941b750
parent02cb5fdee391670d63b2fc0a92ca9b36a32ac95a
gh-120743: Soft deprecate os.popen() function (#120744)

Soft deprecate os.popen() and os.spawn*() functions.
Doc/library/os.rst
Doc/whatsnew/3.14.rst
Misc/NEWS.d/next/Library/2024-06-19-15-43-04.gh-issue-120743.CMMl2P.rst [new file with mode: 0644]