Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-94352: shlex.split() no longer accepts None #94353

Merged
merged 1 commit into from Jul 4, 2022
Merged

Commits on Jul 4, 2022

  1. gh-94352: shlex.split() no longer accepts None

    shlex.split(): Passing None for s argument now raises an exception,
    rather than reading sys.stdin. The feature was deprecated in Python
    3.9.
    vstinner committed Jul 4, 2022