Skip to content

shlex.split(): remove support for s=None #94352

Closed
@vstinner

Description

@vstinner

Calling shlex.split(None) is deprecated since Python 3.9: commit 975ac32 of bpo-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 wrote PR #94353 to implement this change.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions