]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94352: shlex.split() no longer accepts None (#94353)
authorVictor Stinner <vstinner@python.org>
Mon, 4 Jul 2022 13:29:19 +0000 (15:29 +0200)
committerGitHub <noreply@github.com>
Mon, 4 Jul 2022 13:29:19 +0000 (15:29 +0200)
commitfbcee570d1e15e5260a456cb71c8b0897dc76237
tree0f59827fabc49ed3e88724ed3bbcced7ff4fe8f3
parent670f7f10cf9cd7bdde9e62660d85506823f5bf7c
gh-94352: shlex.split() no longer accepts None (#94353)

shlex.split(): Passing None for s argument now raises an exception,
rather than reading sys.stdin. The feature was deprecated in Python
3.9.
Doc/library/shlex.rst
Doc/whatsnew/3.12.rst
Lib/shlex.py
Lib/test/test_shlex.py
Misc/NEWS.d/next/Library/2022-06-28-00-24-48.gh-issue-94352.JY1Ayt.rst [new file with mode: 0644]