This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.smith
Recipients alexia, eric.smith
Date 2021-09-07.21:04:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631048644.89.0.843170300346.issue45130@roundup.psfhosted.org>
In-reply-to
Content
I was using str.join() as an analogy. I apologize if that was confusing.

I'll state this as clearly as I can: I don't think shlex.join() should automatically convert any arguments to str, not even those that are Path's.

Nothing is going to be solved by having a discussion on the bug tracker. A discussion on python-ideas would be the appropriate place to take this. If a consensus is reached there to add this feature, then this feature request can be used for its implementation.

It's entirely possible people there might agree with the feature request, but I'd argue against it. One thing going for your proposal is subprocess.run(). I was thinking issue 38670 applied there, but I guess not.
History
Date User Action Args
2021-09-07 21:04:04eric.smithsetrecipients: + eric.smith, alexia
2021-09-07 21:04:04eric.smithsetmessageid: <1631048644.89.0.843170300346.issue45130@roundup.psfhosted.org>
2021-09-07 21:04:04eric.smithlinkissue45130 messages
2021-09-07 21:04:04eric.smithcreate