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 alexia
Recipients alexia, eric.smith
Date 2021-09-07.20:47:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631047657.56.0.372761320828.issue45130@roundup.psfhosted.org>
In-reply-to
Content
IMO comparing shlex.join() to str.join() is a mistake. Comparing it to subprocess.run() is more appropriate.

What do you mean by "proposal"? subprocess.run() already converts Path arguments to str since Python 3.6 (though IIRC this was broken on Windows until 3.7 or so). It indeed does not convert int arguments, but like I said that's irrelevant here, you're the one who brought it up.
History
Date User Action Args
2021-09-07 20:47:37alexiasetrecipients: + alexia, eric.smith
2021-09-07 20:47:37alexiasetmessageid: <1631047657.56.0.372761320828.issue45130@roundup.psfhosted.org>
2021-09-07 20:47:37alexialinkissue45130 messages
2021-09-07 20:47:37alexiacreate