Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
Calling shlex.split(None) is deprecated since Python 3.9: commit975ac32 ofbpo-33262.
What's New in Python 3.9:
Passing None as the first argument to the shlex.split() function has been deprecated. (Contributed by Zackery Spytz in bpo-33262.)
IMO it's now time to remove this deprecated feature.
I wrotePR#94353 to implement this change.