commit | 975ac326ffe265e63a103014fd27e9d098fe7548 | [log] [tgz] |
---|---|---|
author | Zackery Spytz <zspytz@gmail.com> | Wed Apr 01 07:58:55 2020 -0600 |
committer | GitHub <noreply@github.com> | Wed Apr 01 09:58:55 2020 -0400 |
tree | b8a86b68b758d9bf11df94b70735fe5981ed49b3 | |
parent | 7c72383f95b0cdedf390726069428d7b69ed2597 [diff] |
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