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.18:56:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631041013.17.0.852184066363.issue45130@roundup.psfhosted.org>
In-reply-to
Content
I disagree. In my mind, there's no more reason for shlex.join() to take Path objects than there is for str.join() to take them, or for shlex.join() to convert int's to str's. I'd rather shlex.join() continue to raise an exception if passed something that's not a str or bytes.

You should probably discuss this on the python-ideas mailing list if you want a broader audience.
History
Date User Action Args
2021-09-07 18:56:53eric.smithsetrecipients: + eric.smith, alexia
2021-09-07 18:56:53eric.smithsetmessageid: <1631041013.17.0.852184066363.issue45130@roundup.psfhosted.org>
2021-09-07 18:56:53eric.smithlinkissue45130 messages
2021-09-07 18:56:53eric.smithcreate