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 snoopyjc
Recipients anishathalye, paul.moore, snoopyjc, steve.dower, tim.golden, zach.ware
Date 2021-12-04.06:55:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638600934.54.0.771663662246.issue40467@roundup.psfhosted.org>
In-reply-to
Content
Proposed solution:

                if comspec.endswith('sh.exe') or comspec.endswith('sh'):    # issue 40467
                    args = '{} -c "{}"'.format (comspec, args)              # issue 40467
                else:                                                       # issue 40467
                    args = '{} /c "{}"'.format (comspec, args)
History
Date User Action Args
2021-12-04 06:55:34snoopyjcsetrecipients: + snoopyjc, paul.moore, tim.golden, zach.ware, steve.dower, anishathalye
2021-12-04 06:55:34snoopyjcsetmessageid: <1638600934.54.0.771663662246.issue40467@roundup.psfhosted.org>
2021-12-04 06:55:34snoopyjclinkissue40467 messages
2021-12-04 06:55:34snoopyjccreate