The Wayback Machine - https://web.archive.org/web/20221223070636/https://github.com/python/cpython/issues/94352
Labels
type-bug
An unexpected behavior, bug, or error
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
vstinner commentedJun 27, 2022
•
edited
Calling shlex.split(None) is deprecated since Python 3.9: commit 975ac32 of bpo-33262.
What's New in Python 3.9:
IMO it's now time to remove this deprecated feature.
I wrote PR #94353 to implement this change.
The text was updated successfully, but these errors were encountered: