]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33262: Deprecate passing None for `s` to shlex.split() (GH-6514)
authorZackery Spytz <zspytz@gmail.com>
Wed, 1 Apr 2020 13:58:55 +0000 (07:58 -0600)
committerGitHub <noreply@github.com>
Wed, 1 Apr 2020 13:58:55 +0000 (09:58 -0400)
commit975ac326ffe265e63a103014fd27e9d098fe7548
treeb8a86b68b758d9bf11df94b70735fe5981ed49b3
parent7c72383f95b0cdedf390726069428d7b69ed2597
bpo-33262: Deprecate passing None for `s` to shlex.split() (GH-6514)

* bpo-33262: Deprecate passing None for `s` to shlex.split()

This reads the string to split from standard input.

* Update What's New.

* Fix shlex.rst
Doc/library/shlex.rst
Doc/whatsnew/3.9.rst
Lib/shlex.py
Lib/test/test_shlex.py
Misc/NEWS.d/next/Library/2018-04-17-13-23-29.bpo-33262.vHC7YQ.rst [new file with mode: 0644]